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). You can use the operations associated with this resource to create, update, delete, and view locations.
Operations
Copy Location
POST /v1/commons/locations/apply_create
Create Location Node
POST /v1/commons/locations
Create Locations
POST /v1/commons/locations/multi_create
Create Locations Asynchronously
POST /v1/commons/locations/multi_create/async
Delete Locations
POST /v1/commons/locations/multi_delete
Move Location
POST /v1/commons/locations/apply_update
Move Locations Asynchronously
POST /v1/commons/locations/apply_update/async
Retrieve Asynchronous Locations Request Status by ID
GET /v1/commons/locations/status/async/{executionKey}
Retrieve Location Mappings by Persistent IDs
POST /v1/commons/locations/persistent_ids/multi_read
Retrieve Location by External ID
GET /v1/commons/locations/external_ids/{external_id}
Retrieve Location by ID
GET /v1/commons/locations/{id}
Retrieve Location by Path
GET /v1/commons/locations
Retrieve Locations
POST /v1/commons/locations/multi_read
Retrieve Locations by External IDs
POST /v1/commons/locations/external_ids/multi_read
Retrieve Paginated List of Locations
POST /v2/commons/locations/multi_read
Update Location by ID
POST /v1/commons/locations/{id}
Update Locations
POST /v1/commons/locations/multi_update
Update Locations Asynchronously
POST /v1/commons/locations/multi_update/async