States REST Endpoints

States
The states resource is used to view, create, delete, or modify states. A state is a region within a country.
Create a state
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorStates
Delete a state
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorStates/{publicSectorStatesUniqID}
Get a state
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorStates/{publicSectorStatesUniqID}
Get all states
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorStates
Update a state
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorStates/{publicSectorStatesUniqID}