FND Common SetId Lookups REST Endpoints
List of Values/FND Common SetId Lookups
The FND common set Id lookups resource is used to view, create, update, and delete lookups for the foundation common set Id.
- Create a FND common set Id lookup
- Method: postPath:
/crmRestApi/resources/11.13.18.05/fndCommonSetIdLookups - Delete a FND common set Id lookup
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/fndCommonSetIdLookups/{fndCommonSetIdLookups_Id} - Get a FND common set Id lookup
- Method: getPath:
/crmRestApi/resources/11.13.18.05/fndCommonSetIdLookups/{fndCommonSetIdLookups_Id} - Get all FND common set Id lookups
- Method: getPath:
/crmRestApi/resources/11.13.18.05/fndCommonSetIdLookups - Update a FND common set Id lookup
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/fndCommonSetIdLookups/{fndCommonSetIdLookups_Id}