Lookup Values REST Endpoints

Lookup Values
The lookup value resource is used to view, create, delete or modify lookup values associated with a lookup type. The object stores lookup value information such as lookup code and meaning.
Create a lookup value associated with a lookup type
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLookupValues
Delete a lookup value
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLookupValues/{publicSectorLookupValuesUniqID}
Get a lookup value
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLookupValues/{publicSectorLookupValuesUniqID}
Get all lookup values associated with a lookup type
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLookupValues
Update a lookup value
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLookupValues/{publicSectorLookupValuesUniqID}