object LicensePlateNumberV2
Fields
| Field | Type | Description |
|---|---|---|
id | String | |
legacy_id | Int | |
license_plate_number | String | The value represented by the barcode when scanned. |
container_type | LicensePlateNumberV2ContainerType | Returns 'BOX', 'PALLET' or 'STAGING'. |
status | LicensePlateNumberV2Status | |
warehouse_id | String | |
location_id | String | |
created_at | ISODateTime | |
updated_at | ISODateTime |
Referenced By
Example
{
"id": "abc123",
"legacy_id": 987,
"license_plate_number": "abc123",
"container_type": "BOX",
"status": "UNUSED",
"warehouse_id": "abc123",
"location_id": "abc123",
"created_at": "abc123",
"updated_at": "abc123"
}