Line level information about the transfer advices raised. Ignore if advice process is not used.
Request
Body Params application/json
[
{
"tadvice_id": "string",
"article_id": "string",
"sl_no": 0,
"mrp": 0,
"unitary_cp_without_tax": 0,
"tax_perc": 0,
"quantity": 0,
"batch_no": "string",
"status": "accepted",
"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_advice_detail/' \
--header 'X-SYNC-TOKEN;' \
--header 'Accept-Encoding;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"tadvice_id": "string",
"article_id": "string",
"sl_no": 0,
"mrp": 0,
"unitary_cp_without_tax": 0,
"tax_perc": 0,
"quantity": 0,
"batch_no": "string",
"status": "accepted",
"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