transactional
Line level information about the transfer advices raised. Ignore if advice process is not used.
Request
Whether the data should be synced in an incremental manner or completely. Defaults to false.
Body Params application/json
array of:
Transfer Advice ID generated at the originating store
unitary_cp_without_tax
number <double>
requiredAllowed values:acceptedpending
created_at
string <date-time>
requiredRequest 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 ''
Responses
{
"status": "string",
"message": "string"
}
Modified at 2025-02-10 12:39:04