Custom Lookups REST Endpoints

List of Values/Custom Lookups
The custom lookups resource is used to view, create, update, and delete custom lookups.
Create a custom lookup
Method: post
Path: /crmRestApi/resources/11.13.18.05/customLookups
Delete a custom lookup
Method: delete
Path: /crmRestApi/resources/11.13.18.05/customLookups/{customLookups_Id}
Get a custom lookup
Method: get
Path: /crmRestApi/resources/11.13.18.05/customLookups/{customLookups_Id}
Get all custom lookups
Method: get
Path: /crmRestApi/resources/11.13.18.05/customLookups
Update a custom lookup
Method: patch
Path: /crmRestApi/resources/11.13.18.05/customLookups/{customLookups_Id}