POST api/v1/emailtemplates
Request Information
URI Parameters
None.
Body Parameters
EmailTemplateDetailsName | Description | Type | Additional information |
---|---|---|---|
EmailTemplateId | globally unique identifier |
None. |
|
EmailTemplateName | string |
Required String length: inclusive between 0 and 100 |
|
EmailTemplateKeyName | string |
Required String length: inclusive between 0 and 100 |
|
Description | string |
None. |
|
LanguageId | integer |
None. |
|
FromAddress | string |
Required String length: inclusive between 0 and 256 |
|
ReplyToAddresses | string |
String length: inclusive between 0 and 256 |
|
Subject | string |
Required String length: inclusive between 0 and 256 |
|
HtmlBody | string |
None. |
|
TextBody | string |
None. |
|
Id | globally unique identifier |
None. |
|
CanUpdateRecord | boolean |
None. |
|
CanDeleteRecord | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "EmailTemplateId": "1bd6748f-baab-4089-91b9-7483b167e1c6", "EmailTemplateName": "sample string 2", "EmailTemplateKeyName": "sample string 3", "Description": "sample string 4", "LanguageId": 5, "FromAddress": "sample string 6", "ReplyToAddresses": "sample string 7", "Subject": "sample string 8", "HtmlBody": "sample string 9", "TextBody": "sample string 10", "Id": "1bd6748f-baab-4089-91b9-7483b167e1c6", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
Sample:
{"EmailTemplateId":"1bd6748f-baab-4089-91b9-7483b167e1c6","EmailTemplateName":"sample string 2","EmailTemplateKeyName":"sample string 3","Description":"sample string 4","LanguageId":5,"FromAddress":"sample string 6","ReplyToAddresses":"sample string 7","Subject":"sample string 8","HtmlBody":"sample string 9","TextBody":"sample string 10","Id":"1bd6748f-baab-4089-91b9-7483b167e1c6","CanUpdateRecord":true,"CanDeleteRecord":true}
application/xml, text/xml
Sample:
<EmailTemplateDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Emails"> <CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord> <CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord> <Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">1bd6748f-baab-4089-91b9-7483b167e1c6</Id> <Description>sample string 4</Description> <EmailTemplateId>1bd6748f-baab-4089-91b9-7483b167e1c6</EmailTemplateId> <EmailTemplateKeyName>sample string 3</EmailTemplateKeyName> <EmailTemplateName>sample string 2</EmailTemplateName> <FromAddress>sample string 6</FromAddress> <HtmlBody>sample string 9</HtmlBody> <LanguageId>5</LanguageId> <ReplyToAddresses>sample string 7</ReplyToAddresses> <Subject>sample string 8</Subject> <TextBody>sample string 10</TextBody> </EmailTemplateDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EmailTemplateDetailsName | Description | Type | Additional information |
---|---|---|---|
EmailTemplateId | globally unique identifier |
None. |
|
EmailTemplateName | string |
Required String length: inclusive between 0 and 100 |
|
EmailTemplateKeyName | string |
Required String length: inclusive between 0 and 100 |
|
Description | string |
None. |
|
LanguageId | integer |
None. |
|
FromAddress | string |
Required String length: inclusive between 0 and 256 |
|
ReplyToAddresses | string |
String length: inclusive between 0 and 256 |
|
Subject | string |
Required String length: inclusive between 0 and 256 |
|
HtmlBody | string |
None. |
|
TextBody | string |
None. |
|
Id | globally unique identifier |
None. |
|
CanUpdateRecord | boolean |
None. |
|
CanDeleteRecord | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "EmailTemplateId": "e17e5344-03cf-415e-9a33-ba9a3a369aff", "EmailTemplateName": "sample string 2", "EmailTemplateKeyName": "sample string 3", "Description": "sample string 4", "LanguageId": 5, "FromAddress": "sample string 6", "ReplyToAddresses": "sample string 7", "Subject": "sample string 8", "HtmlBody": "sample string 9", "TextBody": "sample string 10", "Id": "e17e5344-03cf-415e-9a33-ba9a3a369aff", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
Sample:
{"EmailTemplateId":"e17e5344-03cf-415e-9a33-ba9a3a369aff","EmailTemplateName":"sample string 2","EmailTemplateKeyName":"sample string 3","Description":"sample string 4","LanguageId":5,"FromAddress":"sample string 6","ReplyToAddresses":"sample string 7","Subject":"sample string 8","HtmlBody":"sample string 9","TextBody":"sample string 10","Id":"e17e5344-03cf-415e-9a33-ba9a3a369aff","CanUpdateRecord":true,"CanDeleteRecord":true}
application/xml, text/xml
Sample:
<EmailTemplateDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Emails"> <CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord> <CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord> <Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">e17e5344-03cf-415e-9a33-ba9a3a369aff</Id> <Description>sample string 4</Description> <EmailTemplateId>e17e5344-03cf-415e-9a33-ba9a3a369aff</EmailTemplateId> <EmailTemplateKeyName>sample string 3</EmailTemplateKeyName> <EmailTemplateName>sample string 2</EmailTemplateName> <FromAddress>sample string 6</FromAddress> <HtmlBody>sample string 9</HtmlBody> <LanguageId>5</LanguageId> <ReplyToAddresses>sample string 7</ReplyToAddresses> <Subject>sample string 8</Subject> <TextBody>sample string 10</TextBody> </EmailTemplateDetails>