Get License Plate
Get License Plate
Path Parameters
- id string required
Responses
- 200
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- id string
- dateCreated date-time
- createdByUserId string
- lastUpdatedByUserId string nullable
- lastUpdatedDate date-time nullable
- no string
- ssccBarcode string nullable
- locked boolean
- salesOrderId string
- salesOrderNo string
- handlingUnitId string
- handlingUnitName string
- shippingOrderId int64 nullable
- shippingOrderNo string nullable
- totalQuantity double
- totalCount int32
- totalUnits int64 nullable
- customerName string
- customerId string nullable
- customerExternalId string
{
"id": "string",
"dateCreated": "2024-06-30T11:40:17.090Z",
"createdByUserId": "string",
"lastUpdatedByUserId": "string",
"lastUpdatedDate": "2024-06-30T11:40:17.090Z",
"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...