NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Nations REST Endpoints

List of values/Nations
Create/ Add a new nation
Method: post
Path: /spms/v1/configurations/nations
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}