GET EmailSignatureTemplate/GetPopulatedSignatureByDocumentId/{id}
Gets the default Email Signature Template with placeholders replaced.
Request Information
URI Parameters
Name | Type | Additional information | Description |
---|---|---|---|
id | integer |
Required |
The Document identifier. |
Body Parameters
None.
Response Information
Resource Description
Email Signature TemplateName | 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" }