Update Location Status
Locations
Update Location Status
Updates the status of a location to active or inactive.
PATCH
Update Location Status
Use the Cobalt
id in the URL path. The {id} parameter should be the Cobalt location ID (the id field from GET responses), not the ehr_id.Example Request
Example Response
Notes
- The status update is case-insensitive (“active”, “Active”, “ACTIVE” are all accepted)
- Only the
statusfield can be updated through this endpoint - The location must belong to your organization
- Invalid location IDs will return a 404 error
Authorizations
Path Parameters
The location's ID
Body
application/json
Available options:
active, inactive