GET api/OutgoingWMsg/GetIncomingWhatsApp
Request Information
URI Parameters
None.
Body Parameters
INWAReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| OrderBy | string |
None. |
|
| SortBy | string |
None. |
|
| GroupName | string |
None. |
|
| ParticipantNumber | string |
None. |
|
| MsgType | string |
None. |
|
| Message | string |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| UserType | string |
None. |
|
| Search | string |
None. |
|
| IsUser | integer |
None. |
|
| AllChat | integer |
None. |
|
| ChatID | string |
None. |
|
| AllChatMob | string |
None. |
|
| Id | string |
None. |
|
| IsDeleted | integer |
None. |
|
| Ind | integer |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"Page": 1,
"PageSize": 2,
"OrderBy": "sample string 3",
"SortBy": "sample string 4",
"GroupName": "sample string 5",
"ParticipantNumber": "sample string 6",
"MsgType": "sample string 7",
"Message": "sample string 8",
"StartDate": "sample string 9",
"EndDate": "sample string 10",
"UserType": "sample string 11",
"Search": "sample string 12",
"IsUser": 13,
"AllChat": 14,
"ChatID": "sample string 15",
"AllChatMob": "sample string 16",
"Id": "sample string 17",
"IsDeleted": 18,
"Ind": 19,
"UserId": 20
}
application/xml, text/xml
Sample:
<INWAReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vision.Model"> <AllChat>14</AllChat> <AllChatMob>sample string 16</AllChatMob> <ChatID>sample string 15</ChatID> <EndDate>sample string 10</EndDate> <GroupName>sample string 5</GroupName> <Id>sample string 17</Id> <Ind>19</Ind> <IsDeleted>18</IsDeleted> <IsUser>13</IsUser> <Message>sample string 8</Message> <MsgType>sample string 7</MsgType> <OrderBy>sample string 3</OrderBy> <Page>1</Page> <PageSize>2</PageSize> <ParticipantNumber>sample string 6</ParticipantNumber> <Search>sample string 12</Search> <SortBy>sample string 4</SortBy> <StartDate>sample string 9</StartDate> <UserId>20</UserId> <UserType>sample string 11</UserType> </INWAReqModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.