object LicensePlateNumberContainerType

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

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

nameString

Configured container type name.

activeBoolean

Whether this configured container type is active.

reusableBoolean

Whether this configured container type can be reused.

can_be_parentBoolean

Whether this container type can contain another LPN.

can_be_childBoolean

Whether this container type can be nested in another LPN.

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "name": "Cart",
  "active": true,
  "reusable": true,
  "can_be_parent": true,
  "can_be_child": true
}