POST api/SmsLog/Export
Request Information
URI Parameters
None.
Body Parameters
SmsLogCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| Search | string |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| StartTime | string |
None. |
|
| EndTime | string |
None. |
|
| SmsLogItemStatusId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Search": "sample string 1",
"Page": 2,
"PageSize": 3,
"StartTime": "sample string 4",
"EndTime": "sample string 5",
"SmsLogItemStatusId": 6
}
application/xml, text/xml
Sample:
<SmsLogCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SahivV3_Api.ViewModels.Logs"> <EndTime>sample string 5</EndTime> <Page>2</Page> <PageSize>3</PageSize> <Search>sample string 1</Search> <SmsLogItemStatusId>6</SmsLogItemStatusId> <StartTime>sample string 4</StartTime> </SmsLogCriteria>
multipart/form-data
Sample:
<SmsLogCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SahivV3_Api.ViewModels.Logs"><EndTime>sample string 5</EndTime><Page>2</Page><PageSize>3</PageSize><Search>sample string 1</Search><SmsLogItemStatusId>6</SmsLogItemStatusId><StartTime>sample string 4</StartTime></SmsLogCriteria>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |