- Subcategories:
- Standard Lookup Codes
- translations
Standard Lookup Types REST Endpoints
Standard Lookup Types
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: postPath:
/fscmRestApi/resources/11.13.18.05/standardLookups
- Delete a standard lookup
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/standardLookups/{standardLookups_Id}
- Get a standard lookup
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/standardLookups/{standardLookups_Id}
- Get all standard lookups
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/standardLookups
- Update a standard lookup
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/standardLookups/{standardLookups_Id}