covenantmaintenance REST Endpoints
Covenant Maintenance Service/covenantmaintenance
The operations from the Covenant Maintenance Service/covenantmaintenance category.
- Adds a new Covenant Maintenance
- Method: postPath:
/api/1.0/covenantmaintenance - Authorize the covenantmaintenance by ID
- Method: patchPath:
/api/1.0/covenantmaintenance/{id}/approve - Close the covenantmaintenance by ID
- Method: patchPath:
/api/1.0/covenantmaintenance/{id}/close - Deletes the Covenant Maintenance identified by ID
- Method: deletePath:
/api/1.0/covenantmaintenance/{id} - Get a list of all Valid Covenant Maintenance
- Method: getPath:
/api/1.0/covenantmaintenance - Get the covenants details based on the date range
- Method: getPath:
/api/1.0/dashboards/pastcovenants/{rangeStart} - Get the list of covenants details
- Method: getPath:
/api/1.0/dashboards/covenants - Reopen the covenantmaintenance by ID
- Method: patchPath:
/api/1.0/covenantmaintenance/{id}/reopen - Retrieves the Covenant Maintenance by ID
- Method: getPath:
/api/1.0/covenantmaintenance/{id} - Retrives the covenantmaintenance history by given ID
- Method: getPath:
/api/1.0/covenantmaintenance/{id}/history - Retrives the unauthorized covenantmaintenance by ID
- Method: getPath:
/api/1.0/covenantmaintenance/{id}/unauthorized - Update an existing Covenant Maintenance
- Method: putPath:
/api/1.0/covenantmaintenance/{id}