transactional
Tracks all transfers that come in at line level.
Request
Whether the data should be synced in an incremental manner or completely. Defaults to false.
Body Params application/json
array of:
unitary_cp_without_tax
number <double>
requiredin_quantity
number <double>
requiredcreated_at
string <date-time>
required[
{
"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"
}
]
Request samples
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"
}
]'
Responses
{
"status": "string",
"message": "string"
}
Modified at 2025-02-10 12:39:04