input CreateLicensePlateNumbersInput

Fields

FieldTypeDescription
warehouse_idString!

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

container_typeString!

Container type to create. Accepted values are BOX, PALLET, or STAGING.

quantityInt!

Number of License Plate Numbers you need created. Must be between 1 and 1300.

Referenced By

Example

{
  "warehouse_id": "V2FyZWhvdXNlOjEyMzQ=",
  "container_type": "pallet",
  "quantity": 2
}