<sync_token>
[
{
"store_id": "string",
"bill_no": "string",
"sl_no": 0,
"article_id": "string",
"batch_id": "string",
"sale_quantity": 0,
"o_selling_price": 0,
"unitary_sp_before_tax_and_discounts": 0,
"unitary_cp_without_tax": 0,
"tax_perc": 0,
"unitary_tax_amount": 0,
"on_offer": true,
"mrp": 0,
"unitary_discount_amount": 0,
"free_quantity": 0,
"created_at": "2019-08-24T14:15:22Z"
}
]
curl --location --request POST 'https://test.your-api-server.com/tx/bill_detail/' \
--header 'X-SYNC-TOKEN;' \
--header 'Accept-Encoding;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"store_id": "string",
"bill_no": "string",
"sl_no": 0,
"article_id": "string",
"batch_id": "string",
"sale_quantity": 0,
"o_selling_price": 0,
"unitary_sp_before_tax_and_discounts": 0,
"unitary_cp_without_tax": 0,
"tax_perc": 0,
"unitary_tax_amount": 0,
"on_offer": true,
"mrp": 0,
"unitary_discount_amount": 0,
"free_quantity": 0,
"created_at": "2019-08-24T14:15:22Z"
}
]'
{
"status": "string",
"message": "string"
}