Create License Plate
Create License Plate
- application/json
- text/json
- application/*+json
Request Body
- salesOrderNo string
- handlingUnitId string
- addSsccBarcode boolean
Request Body
- salesOrderNo string
- handlingUnitId string
- addSsccBarcode boolean
Request Body
- salesOrderNo string
- handlingUnitId string
- addSsccBarcode boolean
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (from schema)
Schema
- licensePlateNo string
{
"licensePlateNo": "string"
}
Bad Request
- 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...