Link Templates REST Endpoints

Link Templates
The work order link templates resource is used to view, create, update and delete work order link templates. A link template is a configuration record used to hold information about the type of link relationships that are available between field service customer work orders.
Create a link template
Method: post
Path: /crmRestApi/resources/11.13.18.05/svcWoLinkTemplates
Delete a link template
Method: delete
Path: /crmRestApi/resources/11.13.18.05/svcWoLinkTemplates/{LinkTemplateId}
Get a link template
Method: get
Path: /crmRestApi/resources/11.13.18.05/svcWoLinkTemplates/{LinkTemplateId}
Get all link templates
Method: get
Path: /crmRestApi/resources/11.13.18.05/svcWoLinkTemplates
Update a link template
Method: patch
Path: /crmRestApi/resources/11.13.18.05/svcWoLinkTemplates/{LinkTemplateId}