{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"salesman_code": "string",
"route_code": "string",
"sync_key": "string",
"start_date_time": "2024-04-17T07:42:59.444Z",
"end_date_time": "2024-04-17T07:42:59.444Z",
"page_number": 0
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/get_customer_inventory' \
--header 'Content-Type: application/json' \
--data-raw '{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"salesman_code": "string",
"route_code": "string",
"sync_key": "string",
"start_date_time": "2024-04-17T07:42:59.444Z",
"end_date_time": "2024-04-17T07:42:59.444Z",
"page_number": 0
}'
[
{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"route_key": "string",
"route_code": "string",
"sales_man_code": "string",
"visit_date": "2019-08-24T14:15:22Z",
"visit_sequence": 0,
"customer_code": "string",
"item_code": "string",
"units_of_measure": "string",
"total_quantity": 0,
"location_1_qty": 0,
"location_2_qty": 0,
"location_3_qty": 0,
"location_4_qty": 0
}
]