Nations REST Endpoints

List of Values/Nations
Create/ Add a new nation
Method: post
Path: /spms/v1/configurations/nations
Delete nation record by using code
Method: delete
Path: /spms/v1/configurations/nations/{code}
Retrieve list of all active nations
Method: get
Path: /spms/v1/configurations/nations/enabled
Retrieve nation record by using code
Method: get
Path: /spms/v1/configurations/nations/{code}
Retrieves list of nations
Method: get
Path: /spms/v1/configurations/nations
Update a nation record
Method: put
Path: /spms/v1/configurations/nations/{code}