{
"principle_code": "string",
"tenant_code": "string",
"start_date": "2019-08-24T14:15:22Z",
"end_date": "2019-08-24T14:15:22Z",
"page_number": 0
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/get_sales_order_status_update' \
--header 'Content-Type: application/json' \
--data-raw '{
"principle_code": "string",
"tenant_code": "string",
"start_date": "2019-08-24T14:15:22Z",
"end_date": "2019-08-24T14:15:22Z",
"page_number": 0
}'
[
{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"customer_code": "string",
"order_number": "string",
"order_date": "2019-08-24T14:15:22Z",
"invoice_number": "string",
"invoice_date": "2019-08-24T14:15:22Z",
"route_code": "string",
"source_of_data": 0,
"document_status": 0,
"reason_code": "string",
"reason_description": "string",
"last_modified_date_time": "2019-08-24T14:15:22Z",
"delivery_date": "2019-08-24T14:15:22Z"
}
]