{
"principle_code": "string",
"tenant_code": "string",
"route_code": "string",
"document_number": "string",
"start_date_time": "2024-06-21T04:42:33.009Z",
"end_date_time": "2024-06-21T04:42:33.009Z",
"page_number": 0
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/get_load_out' \
--header 'Content-Type: application/json' \
--data-raw '{
"principle_code": "string",
"tenant_code": "string",
"route_code": "string",
"document_number": "string",
"start_date_time": "2024-06-21T04:42:33.009Z",
"end_date_time": "2024-06-21T04:42:33.009Z",
"page_number": 0
}'
[
{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"route_code": "string",
"document_number": "string",
"document_date": "2025-02-11T09:18:02.686Z",
"running_load_number": 0,
"modified_date_time": "2025-02-11T09:18:02.686Z",
"document_status": 0,
"load_out_details": [
{
"item_code": "string",
"pick_quantity": 0,
"pick_quantity_1": 0,
"pick_quantity_2": 0,
"pick_quantity_3": 0,
"load_number": 0,
"sales_quantity": 0,
"breakage_quantity": 0,
"leakage_quantity": 0,
"shortage_quantity": 0,
"load_in_quantity": 0
}
]
}
]