Country Parameters API REST Endpoints
Maintenance Services/Country Parameters API
This is a sample server country server
- Adds a new country
- Method: postPath:
/country - Authorize the country by given ID
- Method: patchPath:
/country/{id}/approve - Close the country by given ID
- Method: patchPath:
/country/{id}/close - Deletes the country identified by given ID
- Method: deletePath:
/country/{id} - Get all valid country
- Method: getPath:
/country - Reject the country by given ID
- Method: patchPath:
/country/{id}/reject - Reopen the country by given ID
- Method: patchPath:
/country/{id}/reopen - Retrieves the country by ID
- Method: getPath:
/country/{id} - Retrives the country by given ID
- Method: getPath:
/country/{id}/history - Retrives the country by given ID
- Method: getPath:
/country/{id}/unauthorized - Update an existing country
- Method: putPath:
/country/{id}