Get Cross-dock Shipping Orders
Get Cross-dock Shipping Orders
Responses
- 200
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- count int64 nullable
value object[]
Array [id stringdateCreated date-timecreatedByUserId stringlastUpdatedByUserId string nullablelastUpdatedDate date-time nullablepartnerIntegrationId stringpartnerIntegrationName stringfreightId stringfreightCompanyName stringdispatchDate datearrivalDate date-timestatusId stringstatusName stringpartnerWarehouseLocationId stringpartnerWarehouseLocationName stringcartonLabelCount int32tieLabelCount int32palletLabelCount int32salesOrderCount int32isShipped boolean]- ]
[
{
"count": 0,
"value": [
{
"id": "string",
"dateCreated": "2024-06-30T11:40:17.076Z",
"createdByUserId": "string",
"lastUpdatedByUserId": "string",
"lastUpdatedDate": "2024-06-30T11:40:17.076Z",
"partnerIntegrationId": "string",
"partnerIntegrationName": "string",
"freightId": "string",
"freightCompanyName": "string",
"dispatchDate": "2024-06-30",
"arrivalDate": "2024-06-30T11:40:17.076Z",
"statusId": "string",
"statusName": "string",
"partnerWarehouseLocationId": "string",
"partnerWarehouseLocationName": "string",
"cartonLabelCount": 0,
"tieLabelCount": 0,
"palletLabelCount": 0,
"salesOrderCount": 0,
"isShipped": true
}
]
}
]
Server Error
- application/json
- Schema
- Example (from schema)
Schema
- statusCode int32
- message string
- code string
context object
url stringmethod string
{
"statusCode": 0,
"message": "string",
"code": "string",
"context": {
"url": "string",
"method": "string"
}
}
Loading...