Service Links REST Endpoints

Service Links
A link represents an association between a web resource and an object. An object can have any number of links associated with it. A link is formed by using a link type already created by an administrator user.
Create a link
Method: post
Path: /crmRestApi/resources/11.13.18.05/svcLinks
Delete a link
Method: delete
Path: /crmRestApi/resources/11.13.18.05/svcLinks/{LinkNumber}
Get a link
Method: get
Path: /crmRestApi/resources/11.13.18.05/svcLinks/{LinkNumber}
Get all links
Method: get
Path: /crmRestApi/resources/11.13.18.05/svcLinks
Update a link
Method: patch
Path: /crmRestApi/resources/11.13.18.05/svcLinks/{LinkNumber}