Common Lookups REST Endpoints

Common Lookups
The common lookups resource is used to view, create, update, and delete common lookups, which are legacy lookups or lookups that have attributes. Common lookups are defined in the common lookup view and support backward compatibility.
Create a common lookup
Method: post
Path: servername/fscmRestApi/resources/11.13.18.05/commonLookups
Delete a common lookup
Method: delete
Path: servername/fscmRestApi/resources/11.13.18.05/commonLookups/{LookupType}
Get a common lookup
Method: get
Path: servername/fscmRestApi/resources/11.13.18.05/commonLookups/{LookupType}
Get all common lookups
Method: get
Path: servername/fscmRestApi/resources/11.13.18.05/commonLookups
Update a common lookup
Method: patch
Path: servername/fscmRestApi/resources/11.13.18.05/commonLookups/{LookupType}