object LicensePlateNumberV2

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

Numeric legacy ID for this identifiable; use only where legacy IDs are required.

license_plate_numberString

The value represented by the barcode when scanned.

container_typeLicensePlateNumberV2ContainerType

Returns 'BOX', 'PALLET' or 'STAGING'.

statusLicensePlateNumberV2Status

Current status; use the API status values returned by this field when filtering or updating.

warehouse_idString

Public API warehouse ID. Use this when passing or filtering by a warehouse; warehouse fields are display values or nested objects.

location_idString

Public API location ID that identifies the related record.

created_atISODateTime

Created at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

updated_atISODateTime

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"
}