- Subcategories:
- Bundle
Service REST Endpoints
Service
Create, get, update and process services.
- Create a Service
- Method: postPath:
/service
- Delete a Service
- Method: deletePath:
/service/{id}
- Get a Service by ID
- Method: getPath:
/service/{id}
- Get Services
- Method: getPath:
/service
- Process a Service
- Method: postPath:
/service/{id}/{task}
- Reverse Update of Consumable Resource
- Method: postPath:
/service/updateResource
- Update a Service
- Method: patchPath:
/service/{id}