{
"branchCode": "RFMAY",
"customerNumber": "FIF123",
"shipToSequenceNumber": 1,
"orderId": 10,
"orderFromDate": "2019-03-03",
"orderToDate": "2018-04-01",
"rowReturnLimit": 100
}
curl --location --request POST 'https://services-qa.roofhub.pro/deliveries/list' \
--header 'Authorization: Bearer' \
--header 'Content-Type: application/json' \
--data-raw '{
"branchCode": "RFMAY",
"customerNumber": "FIF123",
"shipToSequenceNumber": 1,
"orderId": 10,
"orderFromDate": "2019-03-03",
"orderToDate": "2018-04-01",
"rowReturnLimit": 100
}'
{
"orderNumber": 0,
"orderDate": "1970-01-01T00:00:00.000Z",
"PONumber": "string",
"deliveryDate": "1970-01-01T00:00:00.000Z",
"deliveryWindow": "string",
"shipToAddress1": "string",
"shipToAddress2": "string",
"shipToAddress3": "string",
"shipToCityStateZip": "string",
"shipToPhone": "string",
"shipToEmail": "string",
"jobNumber": "string",
"notes": "string",
"branchLogo": "string",
"branchCode": "string",
"branchName": "string",
"branchAddress": "string",
"branchCityStateZip": "string",
"branchFax": "string",
"branchPhone": "string",
"status": "string",
"descartesTimeStamp": "string",
"truckId": "string"
}