POST api/EventMailer/ExportMailLogs
Request Information
URI Parameters
None.
Body Parameters
MailLogExportCriteriaName | Description | Type | Additional information |
---|---|---|---|
StatusId | integer |
None. |
|
SmsLogHeaderId | integer |
None. |
|
EmailLogHeaderId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "StatusId": 1, "SmsLogHeaderId": 1, "EmailLogHeaderId": 1 }
application/xml, text/xml
Sample:
<MailLogExportCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sahiv.Event.Webapp.ViewModels.Event"> <EmailLogHeaderId>1</EmailLogHeaderId> <SmsLogHeaderId>1</SmsLogHeaderId> <StatusId>1</StatusId> </MailLogExportCriteria>
multipart/form-data
Sample:
<MailLogExportCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sahiv.Event.Webapp.ViewModels.Event"><EmailLogHeaderId>1</EmailLogHeaderId><SmsLogHeaderId>1</SmsLogHeaderId><StatusId>1</StatusId></MailLogExportCriteria>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |