Service REST Endpoints

Service
Create, get, update and process services.
Create a Service
Method: post
Path: /service
Delete a Service
Method: delete
Path: /service/{id}
Get a Service by ID
Method: get
Path: /service/{id}
Get Services
Method: get
Path: /service
Process a Service
Method: post
Path: /service/{id}/{task}
Reverse Update of Consumable Resource
Method: post
Path: /service/updateResource
Update a Service
Method: patch
Path: /service/{id}