Custom Cascading Lookups REST Endpoints
List of Values/Custom Cascading Lookups
The custom cascading lookups resource is used to view, create, update, and delete custom cascading lookups.
- Create a custom cascading lookup
- Method: postPath:
/crmRestApi/resources/11.13.18.05/customCascadingLookups - Delete a custom cascading lookup
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/customCascadingLookups/{customCascadingLookups_Id} - Get a custom cascading lookup
- Method: getPath:
/crmRestApi/resources/11.13.18.05/customCascadingLookups/{customCascadingLookups_Id} - Get all custom cascading lookups
- Method: getPath:
/crmRestApi/resources/11.13.18.05/customCascadingLookups - Update a custom cascading lookup
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/customCascadingLookups/{customCascadingLookups_Id}