EMUN1 ASP.NET

<back to all web services

SendTemplate

The following routes are available for this service:
All Verbs/service/SendTemplate
SendTemplate Parameters:
NameParameterData TypeRequiredDescription
TemplateIdquerystringNo
GlobalContentqueryDictionary<string, string>No
RecipientContentqueryList<RecipientContent>No
AttachmentsqueryList<MandrillAttachment>No
FromEmailOverridequerystringNo
EmailRequest Parameters:
NameParameterData TypeRequiredDescription
StubbornVendorIdformstringNo
SendToformstringNo
SubjectformstringNo
SubjectOverWriteformstringNo
MessageformstringNo
ReplyToformstringNo
BccformstringNo
CcformstringNo
BodyformstringNo
ToEmailformstringNo
ToformstringNo
FromformstringNo
FromEmailformstringNo
ReplyToListformIEnumerable<string>No
RecipientsformIEnumerable<string>No
RecipientContent Parameters:
NameParameterData TypeRequiredDescription
keyformstringNo
contentformList<Dictionary<String,Object>>No
MandrillAttachment Parameters:
NameParameterData TypeRequiredDescription
TypeformstringNo
NameformstringNo
Contentformbyte[]No

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /service/SendTemplate HTTP/1.1 
Host: www.bernhardthospitality.com 
Accept: application/xlsx
Content-Type: application/xlsx
Content-Length: length

{"templateId":"String","globalContent":{"String":"String"},"recipientContent":[{"key":"String","content":[{"String":{}}]}],"attachments":[{"type":"String","name":"String","content":"AA=="}],"fromEmailOverride":"String","stubbornVendorId":"String","sendTo":"String","subject":"String","subjectOverWrite":"String","message":"String","replyTo":"String","bcc":"String","cc":"String","body":"String","toEmail":"String","to":"String","from":"String","fromEmail":"String","replyToList":[],"recipients":[]}
HTTP/1.1 200 OK
Content-Type: application/xlsx
Content-Length: length

{Unable to show example output for type 'IList`1' using the custom 'other' filter}Cannot create an instance of an interface.