{
"totalCount": "integer",
"searchFields": [
"string"
],
"items": [
{
"orderId": "string",
"accountId": "string",
"driverId": "string",
"driverName": "string",
"status": "integer",
"isFromRecurringOrder": "boolean",
"createdAt": "string",
"pickupAddress": {
"addressLine1": "string",
"addressLine2": "string",
"company": "string",
"city": "string",
"postalCode": "string",
"stateProvince": "string"
},
"pickupLocation": {
"latitude": "float",
"longitude": "float",
"isValid": "boolean"
},
"pickupFromTime": "string",
"pickupToTime": "string",
"pickupNotes": "string | null",
"pickupContactInfo": {
"id": "string | null",
"name": "string",
"phoneNumber": "string | null",
"email": "string | null",
"language": "string | null"
},
"dropoffAddress": {
"addressLine1": "string",
"addressLine2": "string",
"company": "string",
"city": "string",
"postalCode": "string",
"stateProvince": "string"
},
"dropoffLocation": {
"latitude": "float",
"longitude": "float",
"isValid": "boolean"
},
"dropoffFromTime": "string",
"dropoffToTime": "string",
"dropoffNotes": "string | null",
"dropoffContactInfo": {
"id": "string | null",
"name": "string",
"phoneNumber": "string | null",
"email": "string | null",
"language": "string | null"
},
"serviceLevelScheduleId": "integer",
"serviceLevelId": "string",
"isOnHold": "boolean",
"holdExceptionCodeId": "string | null",
"holdNotes": "string | null",
"referenceNumber1": "string",
"referenceNumber2": "string",
"referenceNumber3": "string"
}
]
}