POST api/LoadModelsApi/SendEtaEmail
Request Information
URI Parameters
None.
Body Parameters
EmailRequestName | Description | Type | Additional information |
---|---|---|---|
Personalizations | Collection of Personalization |
None. |
|
From | EmailAddress |
None. |
|
Content | Collection of Content |
None. |
Request Formats
application/json, text/json
Sample:
{ "Personalizations": [ { "Subject": "sample string 1" }, { "Subject": "sample string 1" } ], "Content": [ { "Type": "sample string 1", "Value": "sample string 2" }, { "Type": "sample string 1", "Value": "sample string 2" } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.