- Subcategories:
- lookupsDFF
- translations
Standard Lookup Codes REST Endpoints
Standard Lookup Types/Standard Lookup Codes
The lookup codes resource is used to view, create, update, and delete standard lookup codes, which list the available codes and translated meanings. Standard lookups are defined in the standard lookups view and store lookup codes that enable reference data sharing.
- Create a lookup code
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/standardLookups/{standardLookups_Id}/child/lookupCodes
- Delete a lookup code
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/standardLookups/{standardLookups_Id}/child/lookupCodes/{standardLookups_lookupCodes_Id}
- Get a lookup code
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/standardLookups/{standardLookups_Id}/child/lookupCodes/{standardLookups_lookupCodes_Id}
- Get all lookup codes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/standardLookups/{standardLookups_Id}/child/lookupCodes
- Update a lookup code
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/standardLookups/{standardLookups_Id}/child/lookupCodes/{standardLookups_lookupCodes_Id}