Line level information about the articles that have been transferred out.
Request
Body Params application/json
[
{
"tout_id": "string",
"article_id": "string",
"sl_no": 0,
"unitary_cp_without_tax": 0,
"tax_perc": 0,
"out_quantity": 0,
"expiry_date": "2019-08-24",
"created_at": "2019-08-24T14:15:22Z"
}
]
Request Code Samples
curl --location --request POST 'https://test.your-api-server.com/tx/transfer_out_detail/' \
--header 'X-SYNC-TOKEN;' \
--header 'Accept-Encoding;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"tout_id": "string",
"article_id": "string",
"sl_no": 0,
"unitary_cp_without_tax": 0,
"tax_perc": 0,
"out_quantity": 0,
"expiry_date": "2019-08-24",
"created_at": "2019-08-24T14:15:22Z"
}
]'
Responses
{
"status": "string",
"message": "string"
}
Modified at 2025-02-10 12:39:04