Get License Plate Lines
Get License Plate Lines
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 stringdescription stringquantity doubleuom stringunits int64 nullablelicensePlateId stringlicensePlateNo string]- ]
[
{
"count": 0,
"value": [
{
"id": "string",
"dateCreated": "2024-06-30T11:40:17.093Z",
"createdByUserId": "string",
"lastUpdatedByUserId": "string",
"lastUpdatedDate": "2024-06-30T11:40:17.093Z",
"no": "string",
"description": "string",
"quantity": 0,
"uom": "string",
"units": 0,
"licensePlateId": "string",
"licensePlateNo": "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...