covenantmaintenance REST Endpoints

Covenant Maintenance Service/covenantmaintenance
The operations from the Covenant Maintenance Service/covenantmaintenance category.
Adds a new Covenant Maintenance
Method: post
Path: /api/1.0/covenantmaintenance
Authorize the covenantmaintenance by ID
Method: patch
Path: /api/1.0/covenantmaintenance/{id}/approve
Close the covenantmaintenance by ID
Method: patch
Path: /api/1.0/covenantmaintenance/{id}/close
Delete the Covenant Maintenance identified by ID
Method: delete
Path: /api/1.0/covenantmaintenance/{id}
Get a list of all Valid Covenant Maintenance
Method: get
Path: /api/1.0/covenantmaintenance
Get the covenants details based on the date range
Method: get
Path: /api/1.0/dashboards/pastcovenants/{rangeStart}
Get the list of covenants details
Method: get
Path: /api/1.0/dashboards/covenants
Reopen the covenantmaintenance by ID
Method: patch
Path: /api/1.0/covenantmaintenance/{id}/reopen
Retrieves the Covenant Maintenance by ID
Method: get
Path: /api/1.0/covenantmaintenance/{id}
Retrieves the covenantmaintenance history by given ID
Method: get
Path: /api/1.0/covenantmaintenance/{id}/history
Retrieves the unauthorized covenantmaintenance by ID
Method: get
Path: /api/1.0/covenantmaintenance/{id}/unauthorized
Update an existing Covenant Maintenance
Method: put
Path: /api/1.0/covenantmaintenance/{id}