Country Parameters API REST Endpoints

Maintenance Services/Country Parameters API
This is a sample server country server
Adds a new country
Method: post
Path: /country
Authorize the country by given ID
Method: patch
Path: /country/{id}/approve
Close the country by given ID
Method: patch
Path: /country/{id}/close
Deletes the country identified by given ID
Method: delete
Path: /country/{id}
Get all valid country
Method: get
Path: /country
Reject the country by given ID
Method: patch
Path: /country/{id}/reject
Reopen the country by given ID
Method: patch
Path: /country/{id}/reopen
Retrieves the country by ID
Method: get
Path: /country/{id}
Retrives the country by given ID
Method: get
Path: /country/{id}/history
Retrives the country by given ID
Method: get
Path: /country/{id}/unauthorized
Update an existing country
Method: put
Path: /country/{id}