All Verbs | /service/TestTemplate |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
TemplateId | query | string | No | |
Content | query | Dictionary<string, string> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
StubbornVendorId | form | string | No | |
SendTo | form | string | No | |
Subject | form | string | No | |
SubjectOverWrite | form | string | No | |
Message | form | string | No | |
ReplyTo | form | string | No | |
Bcc | form | string | No | |
Cc | form | string | No | |
Body | form | string | No | |
ToEmail | form | string | No | |
To | form | string | No | |
From | form | string | No | |
FromEmail | form | string | No | |
ReplyToList | form | IEnumerable<string> | No | |
Recipients | form | IEnumerable<string> | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /service/TestTemplate HTTP/1.1
Host: www.bernhardthospitality.com
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"templateId":"String","content":{"String":"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: text/csv Content-Length: length {Unable to show example output for type 'IList`1' using the custom 'csv' filter}Cannot create an instance of an interface.