object LicensePlateNumberContainerType
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. |
name | String | Configured container type name. |
active | Boolean | Whether this configured container type is active. |
reusable | Boolean | Whether this configured container type can be reused. |
can_be_parent | Boolean | Whether this container type can contain another LPN. |
can_be_child | Boolean | Whether this container type can be nested in another LPN. |
Referenced By
- LicensePlateNumberV2 Type
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"legacy_id": 1234,
"name": "Cart",
"active": true,
"reusable": true,
"can_be_parent": true,
"can_be_child": true
}