<sync_token>
[ { "tin_id": "string", "article_id": "string", "sl_no": 0, "unitary_cp_without_tax": 0, "tax_perc": 0, "in_quantity": 0, "created_at": "2019-08-24T14:15:22Z", "expiry_date": "2019-08-24" } ]
curl --location --request POST 'https://test.your-api-server.com/tx/transfer_in_detail/' \ --header 'X-SYNC-TOKEN;' \ --header 'Accept-Encoding;' \ --header 'Content-Type: application/json' \ --data-raw '[ { "tin_id": "string", "article_id": "string", "sl_no": 0, "unitary_cp_without_tax": 0, "tax_perc": 0, "in_quantity": 0, "created_at": "2019-08-24T14:15:22Z", "expiry_date": "2019-08-24" } ]'
{ "status": "string", "message": "string" }