Lookup Values REST Endpoints
    
        Common Setup/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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorLookupValues - Delete a lookup value
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorLookupValues/{publicSectorLookupValuesUniqID} - Get a lookup value
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorLookupValues/{publicSectorLookupValuesUniqID} - Get all lookup values associated with a lookup type
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorLookupValues - Update a lookup value
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorLookupValues/{publicSectorLookupValuesUniqID}