Tracks transfers that have been raised from the system.
Request
Body Params application/json
[
{
"tout_id": "string",
"target_store": "string",
"transfer_out_date": "2019-08-24",
"origin_store": "string",
"item_count": 0,
"total_worth_in_cp": 0,
"total_worth_in_sp": 0,
"created_at": "2019-08-24T14:15:22Z"
}
]
Request Code Samples
curl --location --request POST 'https://test.your-api-server.com/tx/transfer_out_header/' \
--header 'X-SYNC-TOKEN;' \
--header 'Accept-Encoding;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"tout_id": "string",
"target_store": "string",
"transfer_out_date": "2019-08-24",
"origin_store": "string",
"item_count": 0,
"total_worth_in_cp": 0,
"total_worth_in_sp": 0,
"created_at": "2019-08-24T14:15:22Z"
}
]'
Responses
{
"status": "string",
"message": "string"
}
Modified at 2025-02-10 12:39:04