object LicensePlateNumberV2

Fields

FieldTypeDescription
idString
legacy_idInt
license_plate_numberString

The value represented by the barcode when scanned.

container_typeLicensePlateNumberV2ContainerType

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

statusLicensePlateNumberV2Status
warehouse_idString
location_idString
created_atISODateTime
updated_atISODateTime

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