{
"van_load": [
{
"tenant_code": "string",
"location_code": "string",
"vehicle_code": "string",
"document_number": "string",
"load_date": "2024-04-16T12:02:30.989Z",
"item_code": "string",
"batch_number": "string",
"quantity": 0,
"alternative_qty": 0,
"status": 0,
"transfer_type": 0,
"approved": 0,
"processed": 0,
"item_type_code": 0
}
]
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/set_van_load' \
--header 'Content-Type: application/json' \
--data-raw '{
"van_load": [
{
"tenant_code": "string",
"location_code": "string",
"vehicle_code": "string",
"document_number": "string",
"load_date": "2024-04-16T12:02:30.989Z",
"item_code": "string",
"batch_number": "string",
"quantity": 0,
"alternative_qty": 0,
"status": 0,
"transfer_type": 0,
"approved": 0,
"processed": 0,
"item_type_code": 0
}
]
}'
{}