transactional
Line level information about the articles that have been transferred out.
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>
requiredout_quantity
number <double>
requiredcreated_at
string <date-time>
requiredRequest 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 ''
Responses
{
"status": "string",
"message": "string"
}
Modified at 2025-02-10 12:39:04