Email Template Translations REST Endpoints

Email Templates/Email Template Translations
The email template translations resource is used to view, create, update, and delete the email template translations.
Create an email template translation
Method: post
Path: /crmRestApi/resources/11.13.18.05/emailTemplates/{TemplateNumber}/child/EmailTemplateTranslations
Delete an email template translation
Method: delete
Path: /crmRestApi/resources/11.13.18.05/emailTemplates/{TemplateNumber}/child/EmailTemplateTranslations/{EmailTemplateTranslationsUniqID}
Get all email template translations
Method: get
Path: /crmRestApi/resources/11.13.18.05/emailTemplates/{TemplateNumber}/child/EmailTemplateTranslations
Get an email template translation
Method: get
Path: /crmRestApi/resources/11.13.18.05/emailTemplates/{TemplateNumber}/child/EmailTemplateTranslations/{EmailTemplateTranslationsUniqID}
Update an email template translation
Method: patch
Path: /crmRestApi/resources/11.13.18.05/emailTemplates/{TemplateNumber}/child/EmailTemplateTranslations/{EmailTemplateTranslationsUniqID}