Lookup Types REST Endpoints

Common Setup/Lookup Types
The lookup type resource is used to view, create, delete or modify lookup types. The object stores lookup type information such as lookup type and configuration level.
Create a lookup type
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLookupTypes
Delete a lookup type
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLookupTypes/{publicSectorLookupTypesUniqID}
Get a lookup type
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLookupTypes/{publicSectorLookupTypesUniqID}
Get all lookup types
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLookupTypes
Update a lookup type
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorLookupTypes/{publicSectorLookupTypesUniqID}