Get License Plates
Get License Plates
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 stringssccBarcode string nullablelocked booleansalesOrderId stringsalesOrderNo stringhandlingUnitId stringhandlingUnitName stringshippingOrderId int64 nullableshippingOrderNo string nullabletotalQuantity doubletotalCount int32totalUnits int64 nullablecustomerName stringcustomerId string nullablecustomerExternalId string]- ]
[
{
"count": 0,
"value": [
{
"id": "string",
"dateCreated": "2024-06-30T11:40:17.088Z",
"createdByUserId": "string",
"lastUpdatedByUserId": "string",
"lastUpdatedDate": "2024-06-30T11:40:17.088Z",
"no": "string",
"ssccBarcode": "string",
"locked": true,
"salesOrderId": "string",
"salesOrderNo": "string",
"handlingUnitId": "string",
"handlingUnitName": "string",
"shippingOrderId": 0,
"shippingOrderNo": "string",
"totalQuantity": 0,
"totalCount": 0,
"totalUnits": 0,
"customerName": "string",
"customerId": "string",
"customerExternalId": "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...