object LicensePlateNumberV2
Fields
| Field | Type | Description |
|---|---|---|
id | String | Public API ID for this identifiable. |
legacy_id | BigInt | Numeric legacy ID for this identifiable; use only where legacy IDs are required. |
license_plate_number | String | The value represented by the barcode when scanned. |
container_type | LicensePlateNumberV2ContainerType | Returns 'BOX', 'PALLET' or 'STAGING'. |
status | LicensePlateNumberV2Status | Current status; use the API status values returned by this field when filtering or updating. |
warehouse_id | String | Public API warehouse ID. Use this when passing or filtering by a warehouse; warehouse fields are display values or nested objects. |
location_id | String | Public API location ID that identifies the related record. |
created_at | ISODateTime | Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted. |
updated_at | ISODateTime | Updated at as an ISO-8601 datetime, returned in UTC unless otherwise noted. |
Referenced By
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"legacy_id": 1234,
"license_plate_number": "012345678905",
"container_type": "pallet",
"status": "pending",
"warehouse_id": "V2FyZWhvdXNlOjEyMzQ=",
"location_id": "TG9jYXRpb246MTIzNA==",
"created_at": "2026-07-09T15:30:00Z",
"updated_at": "2026-07-09T15:30:00Z"
}