{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"salesman_code": "string",
"vehicle_code": "string",
"sync_key": "string",
"page_number": 0,
"start_date_time": "2024-04-17T08:04:15.549Z",
"end_date_time": "2024-04-17T08:04:15.549Z",
"posting_date_time": "2024-04-17T08:04:15.549Z"
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/get_van_off_load' \
--header 'Content-Type: application/json' \
--data-raw '{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"salesman_code": "string",
"vehicle_code": "string",
"sync_key": "string",
"page_number": 0,
"start_date_time": "2024-04-17T08:04:15.549Z",
"end_date_time": "2024-04-17T08:04:15.549Z",
"posting_date_time": "2024-04-17T08:04:15.549Z"
}'
[
{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"route_code": "string",
"salesman_code": "string",
"vehicle_code": "string",
"warehouse_code": "string",
"document_prefix": "string",
"document_number": 0,
"document_date": "2024-04-17T08:04:15.551Z",
"posting_date_time": "2024-04-17T08:04:15.551Z",
"vanOff_load_detail": [
{
"tenant_code": "string",
"location_code": "string",
"document_prefix": "string",
"document_number": 0,
"sequence_number": 0,
"item_code": "string",
"units_of_measure": "string",
"item_type_code": 0,
"item_quantity": 0
}
]
}
]