{
"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-17T07:53:49.907Z",
"end_date_time": "2024-04-17T07:53:49.907Z",
"posting_date_time": "2024-04-17T07:53:49.907Z"
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/get_load_request' \
--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-17T07:53:49.907Z",
"end_date_time": "2024-04-17T07:53:49.907Z",
"posting_date_time": "2024-04-17T07:53:49.907Z"
}'
[
{
"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": "2019-08-24T14:15:22Z",
"posting_date_time": "2019-08-24T14:15:22Z",
"gl_account_code": "string",
"division_code": "string",
"load_request_details": [
{
"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
}
]
}
]