Locations REST Endpoints
Admin/Locations
The operations from the Admin/Locations category.
- createLocation
- Method: postPath:
/ccadmin/v1/locations
- deleteLocation
- Method: deletePath:
/ccadmin/v1/locations/{id}
- getLocation
- Method: getPath:
/ccadmin/v1/locations/{id}
- listLocations
- Method: getPath:
/ccadmin/v1/locations
- updateLocation
- Method: putPath:
/ccadmin/v1/locations/{id}