POST api/EmailTemplate/SaveEmailTemplate
Request Information
URI Parameters
None.
Body Parameters
EmailTemplateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| EmailTemplateId | integer |
None. |
|
| HeaderPhoneNumber | string |
None. |
|
| Header | string |
None. |
|
| Image | string |
None. |
|
| BodyHtml | string |
None. |
|
| FooterHtml | string |
None. |
|
| Footer | string |
None. |
|
| EmailType | byte |
None. |
|
| RecordStatus | byte |
None. |
|
| OldImage | string |
None. |
|
| ReceiverMailId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"emailTemplateId": 1,
"headerPhoneNumber": "sample string 2",
"header": "sample string 3",
"image": "sample string 4",
"bodyHtml": "sample string 5",
"footerHtml": "sample string 6",
"footer": "sample string 7",
"emailType": 64,
"recordStatus": 64,
"oldImage": "sample string 10",
"receiverMailId": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpStatusCodeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.
