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": "5ceb2b82-5399-4e39-8b8d-e44707c272b2", "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": "5ceb2b82-5399-4e39-8b8d-e44707c272b2", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
Sample:
{"EmailTemplateId":"5ceb2b82-5399-4e39-8b8d-e44707c272b2","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":"5ceb2b82-5399-4e39-8b8d-e44707c272b2","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">5ceb2b82-5399-4e39-8b8d-e44707c272b2</Id> <Description>sample string 4</Description> <EmailTemplateId>5ceb2b82-5399-4e39-8b8d-e44707c272b2</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": "9adda2d2-6541-4833-9da4-928066546288", "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": "9adda2d2-6541-4833-9da4-928066546288", "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
Sample:
{"EmailTemplateId":"9adda2d2-6541-4833-9da4-928066546288","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":"9adda2d2-6541-4833-9da4-928066546288","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">9adda2d2-6541-4833-9da4-928066546288</Id> <Description>sample string 4</Description> <EmailTemplateId>9adda2d2-6541-4833-9da4-928066546288</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>