{
"branchCode": "string",
"customerNumber": "string",
"shipToSequenceNumber": 0,
"orderId": 0,
"orderFromDate": "string",
"orderToDate": "string",
"rowReturnLimit": 0,
"orderStatus": "string",
"PONumber": "string",
"jobNumber": "string",
"shipToAddress": "string",
"includeInvoices": "string"
}
curl --location --request POST 'https://services-qa.roofhub.pro/orders/List' \
--header 'Authorization: Bearer' \
--header 'Content-Type: application/json' \
--data-raw '{
"branchCode": "string",
"customerNumber": "string",
"shipToSequenceNumber": 0,
"orderId": 0,
"orderFromDate": "string",
"orderToDate": "string",
"rowReturnLimit": 0,
"orderStatus": "string",
"PONumber": "string",
"jobNumber": "string",
"shipToAddress": "string",
"includeInvoices": "string"
}'
{
"orderList": [
{
"PONumber": "string",
"customerCode": "string",
"branchAddress": "string",
"branchCity": "string",
"branchState": "string",
"branchZip": "string",
"branchCityStateZip": "string",
"branchCode": "string",
"branchId": 0,
"branchFax": "string",
"branchPhone": "string",
"branchLogo": "string",
"branchName": "string",
"deliveryCharges": 0,
"jobNumber": "string",
"referenceNumber": "string",
"shipViaCode": "string",
"notes": "string",
"orderDate": "1970-01-01T00:00:00.000Z",
"orderNumber": 0,
"orderStatus": "string",
"orderTotal": 0,
"orderType": "string",
"shipToSequenceNumber": "string",
"shipToAddress1": "string",
"shipToAddress2": "string",
"shipToAddress3": "string",
"shipToCity": "string",
"shipToState": "string",
"shipToZip": "string",
"shipToCityStateZip": "string",
"subTotal": 0,
"tax": 0,
"deliveryDate": "1970-01-01T00:00:00.000Z",
"deliveryWindow": "string",
"expectedDate": "1970-01-01T00:00:00.000Z"
}
]
}