object LocationType

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

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

account_idString

Public API account ID that identifies the related record.

nameString

Human-readable name for this location.

daily_storage_costString

Daily storage cost for this location.

categoryString

Category for this location.

is_lpn_allowedBoolean

Whether this location is LPN allowed.

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "account_id": "TG9jYXRpb246MTIzNA==",
  "name": "A01-01-01",
  "daily_storage_cost": "19.99",
  "category": "apparel",
  "is_lpn_allowed": true
}