Standard Lookups REST Endpoints

Standard Lookups
The standard lookups resource is used to view, create, update, and delete standard lookups, which list the available codes and translated meanings. Standard lookups are defined in the standard lookups view and store lookup codes that support reference data sharing.
Create a standard lookup
Method: post
Path: http://servername/fscmRestApi/resources/11.13.18.05/standardLookups
Delete a standard lookup
Method: delete
Path: http://servername/fscmRestApi/resources/11.13.18.05/standardLookups/{LookupType}
Get a standard lookup
Method: get
Path: http://servername/fscmRestApi/resources/11.13.18.05/standardLookups/{LookupType}
Get all standard lookups
Method: get
Path: http://servername/fscmRestApi/resources/11.13.18.05/standardLookups
Update a standard lookup
Method: patch
Path: http://servername/fscmRestApi/resources/11.13.18.05/standardLookups/{LookupType}