Call Action Maintenance Service REST Endpoints
Call Action Services/Call Action Maintenance Service
This service is used to perform Action Maintenance operations.
- Add a New Call Action
- Method: postPath:
/api/1.0/callAction - Authorize the Call Action by given ID
- Method: patchPath:
/api/1.0/callAction/{id}/approve - Close the Call Action by given ID
- Method: patchPath:
/api/1.0/callAction/{id}/close - Delete the Call Action identified by given ID
- Method: deletePath:
/api/1.0/callAction/{id} - Get all Valid Call Action
- Method: getPath:
/api/1.0/callAction - Reopen the Call Action by given ID
- Method: patchPath:
/api/1.0/callAction/{id}/reopen - Retrieve the Call Action by ID
- Method: getPath:
/api/1.0/callAction/{id} - Retrieve the Call Action Maintenance History by given ID
- Method: getPath:
/api/1.0/callAction/{id}/history - Retrieve the Unauthorized Call Action by given ID
- Method: getPath:
/api/1.0/callAction/{id}/unauthorized - Update an existing Call Action
- Method: putPath:
/api/1.0/callAction/{id}