GET api/MailMerge/GetMailMergedWordDocumentAsHtml?businessModuleID={businessModuleID}&entityID={entityID}&templateID={templateID}
Creates a Word document based on a template and returns the document as html
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| businessModuleID |
The id of the business module that the entity is beloning to. |
globally unique identifier |
Required |
| entityID |
The id the entity |
integer |
Required |
| templateID |
The id of the Word template |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a Word document as html
WorkPoint365.WebAPI.Model.MailMergeHtmlResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Html |
Gets or sets the HTML. |
string |
None. |
| Subject |
Gets or sets the Subject. |
string |
None. |
| ErrorMessages |
Gets or sets the error messages. |
Collection of string |
None. |
| Ok |
Gets a value indicating whether this |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.