GET EmailSignatureTemplate/Get/{id}
Gets the Email Signature Template based on the identifier.
Request Information
URI Parameters
| Name | Type | Additional information | Description |
|---|---|---|---|
| id | integer |
Required |
The Email Signature identifier. |
Body Parameters
None.
Response Information
Resource Description
Email Signature Template| Name | Type | Additional information | Description |
|---|---|---|---|
| ID | integer |
None. |
|
| CompanyId | integer |
None. |
|
| EmailTemplateTypeId | integer |
None. |
Gets or sets the email template type identifier. |
| EmailTemplateTypeDescription | string |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 100 |
|
| Subject | string |
Required String length: inclusive between 0 and 100 |
|
| Template | string |
Required |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"CompanyId": 2,
"EmailTemplateTypeId": 3,
"EmailTemplateTypeDescription": "Recurring Invoice",
"Name": "sample string 5",
"Subject": "sample string 6",
"Template": "sample string 7"
}