Nations REST Endpoints
List of Values/Nations
- Create/ Add a new nation
- Method: postPath:
/spms/v1/configurations/nations - Delete nation record by using code
- Method: deletePath:
/spms/v1/configurations/nations/{code} - Retrieve list of all active nations
- Method: getPath:
/spms/v1/configurations/nations/enabled - Retrieve nation record by using code
- Method: getPath:
/spms/v1/configurations/nations/{code} - Retrieves list of nations
- Method: getPath:
/spms/v1/configurations/nations - Update a nation record
- Method: putPath:
/spms/v1/configurations/nations/{code}