Link Types REST Endpoints
Link Types
Link type represents the type of the link between an object and the web resource. Link types are created by the Administrator with optional format for the link.
- Create a link type
- Method: postPath:
/crmRestApi/resources/11.13.18.05/svcLinkTypes - Delete a link type
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/svcLinkTypes/{LinkTypeNumber} - Get a link type
- Method: getPath:
/crmRestApi/resources/11.13.18.05/svcLinkTypes/{LinkTypeNumber} - Get all link types
- Method: getPath:
/crmRestApi/resources/11.13.18.05/svcLinkTypes - Update a link type
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/svcLinkTypes/{LinkTypeNumber}