Application Parameters API REST Endpoints

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