POST api/chat/getnewchatusers
Request Information
URI Parameters
None.
Body Parameters
GetNewChatUsersRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| ProfileId | integer |
None. |
|
| ChapterId | integer |
None. |
|
| Keyword | string |
None. |
|
| PageNo | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"ProfileId": 2,
"ChapterId": 3,
"Keyword": "sample string 4",
"PageNo": 5,
"PageSize": 6
}
application/xml, text/xml
Sample:
<GetNewChatUsersRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModelsLayer"> <ChapterId>3</ChapterId> <Keyword>sample string 4</Keyword> <PageNo>5</PageNo> <PageSize>6</PageSize> <ProfileId>2</ProfileId> <UserId>1</UserId> </GetNewChatUsersRequest>
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.