Frequency API REST Endpoints

Maintenance Services/Frequency API
This service is used to perform Frequency related operations.
Adds a new frequency
Method: post
Path: /frequency
Authorize the frequency by given ID
Method: patch
Path: /frequency/{id}/approve
Close the frequency by given ID
Method: patch
Path: /frequency/{id}/close
Deletes the frequency identified by given ID
Method: delete
Path: /frequency/{id}
Get all valid frequency
Method: get
Path: /frequency
Reject the frequency by given ID
Method: patch
Path: /frequency/{id}/reject
reopen the frequency by given ID
Method: patch
Path: /frequency/{id}/reopen
Retrieves the frequency by ID
Method: get
Path: /frequency/{id}
Retrives the frequency by given ID
Method: get
Path: /frequency/{id}/history
Retrives the frequency by given ID
Method: get
Path: /frequency/{id}/unauthorized
Update an existing frequency
Method: put
Path: /frequency/{id}