Link Template Translations REST Endpoints

Link Templates/Link Template Translations
The work order link template translations resource shows all the translatable values for the work order link templates resource.
Create a link template translation
Method: post
Path: /crmRestApi/resources/11.13.18.05/svcWoLinkTemplates/{LinkTemplateId}/child/WoLinkTemplateTranslation
Delete a link template translation
Method: delete
Path: /crmRestApi/resources/11.13.18.05/svcWoLinkTemplates/{LinkTemplateId}/child/WoLinkTemplateTranslation/{WoLinkTemplateTranslationUniqID}
Get a link template translation
Method: get
Path: /crmRestApi/resources/11.13.18.05/svcWoLinkTemplates/{LinkTemplateId}/child/WoLinkTemplateTranslation/{WoLinkTemplateTranslationUniqID}
Get all link template translations
Method: get
Path: /crmRestApi/resources/11.13.18.05/svcWoLinkTemplates/{LinkTemplateId}/child/WoLinkTemplateTranslation
Update a link template translation
Method: patch
Path: /crmRestApi/resources/11.13.18.05/svcWoLinkTemplates/{LinkTemplateId}/child/WoLinkTemplateTranslation/{WoLinkTemplateTranslationUniqID}