GET example/api/mailmessage/{mailMessageId}/previewhtml
https://app.bwz.se/bedrock/example/api/mailmessage/{mailMessageId}/previewhtml
Gets preview HTML for a given MailMessage.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
mailMessageId |
Id of the MailMessage to get preview HTML from. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A string with HTML code.
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>