Skip to main content
PATCH
Update a location

Authorizations

X-API-Key
string
header
required

Organization-scoped API key. Create one in the BuildingSwell app under Organization settings, API keys.

Path Parameters

id
string<uuid>
required

Record id.

Body

application/json
parentId
string<uuid> | null
name
string
code
string | null
type
enum<string>
Available options:
storage,
staging,
in_transit,
yard,
build_bay,
station,
rack,
bay,
booth,
cell,
shelf,
zone,
work_center,
site
metadata
object
addressLine1
string | null
addressLine2
string | null
city
string | null
stateOrProvince
string | null
postalCode
string | null
country
enum<string> | null
Available options:
US,
CA
latitude
number | null
longitude
number | null
timezone
string | null
deliveryInstructions
string | null
notes
string | null
isArchived
enum<boolean>
Available options:
false

Response

Successful response.

value
object