POST leads/messagelist
Request Information
URI Parameters
None.
Body Parameters
FilterMessages| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationId | integer |
None. |
|
| CurrentUserId | integer |
None. |
|
| Keyword | string |
None. |
|
| TeamUserIdList | Collection of integer |
None. |
|
| PageSize | integer |
None. |
|
| CurrentPage | integer |
None. |
|
| OrderIndex | integer |
None. |
|
| Skip | integer |
None. |
|
| Take | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ApplicationId": 1,
"CurrentUserId": 1,
"Keyword": "sample string 2",
"TeamUserIdList": [
1,
2
],
"PageSize": 3,
"CurrentPage": 4,
"OrderIndex": 5,
"Skip": 9,
"Take": 3
}
application/xml, text/xml
Sample:
<FilterMessages xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.Business.Filters">
<CurrentPage>4</CurrentPage>
<OrderIndex>5</OrderIndex>
<PageSize>3</PageSize>
<ApplicationId>1</ApplicationId>
<CurrentUserId>1</CurrentUserId>
<Keyword>sample string 2</Keyword>
<TeamUserIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</TeamUserIdList>
</FilterMessages>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.