This resource provides a set of operations that allow you to retrieve and manipulate location sets.
Locations, which each represent a physical location (Operating Room or Mail Room) or a logistical unit that is not a physical location (Support, Administration, a Home Care Unit), can be grouped into sets.
Operations
Create Location Set
POST /v1/commons/location_sets
Create or Update Location Set
POST /v1/commons/location_sets/apply_upsert
Delete Location Sets
POST /v1/commons/location_sets/multi_delete
Retrieve Location Set by ID
GET /v1/commons/location_sets/{id}
Retrieve Location Set by Name
GET /v1/commons/location_sets
Retrieve Location Sets by List (Deprecated)
POST /v1/commons/location_sets/multi_read
Retrieve Paginated List of Location Sets
POST /v2/commons/location_sets/multi_read
Update Location Set by ID
POST /v1/commons/location_sets/{groupId}