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: post
Path: /crmRestApi/resources/11.13.18.05/customCascadingLookups
Delete a custom cascading lookup
Method: delete
Path: /crmRestApi/resources/11.13.18.05/customCascadingLookups/{customCascadingLookups_Id}
Get a custom cascading lookup
Method: get
Path: /crmRestApi/resources/11.13.18.05/customCascadingLookups/{customCascadingLookups_Id}
Get all custom cascading lookups
Method: get
Path: /crmRestApi/resources/11.13.18.05/customCascadingLookups
Update a custom cascading lookup
Method: patch
Path: /crmRestApi/resources/11.13.18.05/customCascadingLookups/{customCascadingLookups_Id}