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>
requiredRequest 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 ''
Responses
{
"status": "string",
"message": "string"
}
Modified at 2025-02-10 12:39:04