object LocationType
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. |
account_id | String | Public API account ID that identifies the related record. |
name | String | Human-readable name for this location. |
daily_storage_cost | String | Daily storage cost for this location. |
category | String | Category for this location. |
is_lpn_allowed | Boolean | Whether this location is LPN allowed. |
Referenced By
- ItemLocation Type
- Location Type
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"legacy_id": 1234,
"account_id": "TG9jYXRpb246MTIzNA==",
"name": "A01-01-01",
"daily_storage_cost": "19.99",
"category": "apparel",
"is_lpn_allowed": true
}