Get Cross-dock Handling Units
Get Cross-dock Handling Units
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 nullableno stringname stringlength int32width int32height int32weight doublehandlingUnitTypeId stringhandlingUnitTypeName stringhandlingUnitContentTypeId stringhandlingUnitContentTypeName string]- ]
[
{
"count": 0,
"value": [
{
"id": "string",
"dateCreated": "2024-06-30T11:40:17.068Z",
"createdByUserId": "string",
"lastUpdatedByUserId": "string",
"lastUpdatedDate": "2024-06-30T11:40:17.068Z",
"no": "string",
"name": "string",
"length": 0,
"width": 0,
"height": 0,
"weight": 0,
"handlingUnitTypeId": "string",
"handlingUnitTypeName": "string",
"handlingUnitContentTypeId": "string",
"handlingUnitContentTypeName": "string"
}
]
}
]
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...