This resource allows you to retrieve and manipulate generic locations. Generic Locations can be a physical location (Operating Room or Mail Room) or a logistical unit that is not a physical location (Support, Administration, a Home Care Unit).
This resource is only available when the Simplified Business Structure feature is enabled.
Operations
Create Generic Location
POST /v1/commons/generic_locations
Create or Update Generic Locations
POST /v1/commons/generic_locations/multi_upsert
Delete Generic Location by ID
DELETE /v1/commons/generic_locations/{id}
Retrieve Generic Location by ID
GET /v1/commons/generic_locations/{id}
Retrieve Generic Locations
POST /v1/commons/generic_locations/multi_read
Retrieve a List of Generic Locations
GET /v1/commons/generic_locations
Update Generic Location by ID
PUT /v1/commons/generic_locations/{id}