POST api/SocialNetworkChatBoxTransfer/GetContactChatBox

Request Information

URI Parameters

None.

Body Parameters

SocialNetworkChatBoxRecent
NameDescriptionTypeAdditional information
TypeSocial

string

None.

SocialLabel

Collection of string

None.

SocialId

Collection of string

None.

Search

string

None.

Gender

boolean

None.

IsHasLead

boolean

None.

Levelofneed

integer

None.

Groupcoursecare

integer

None.

PageIndex

integer

None.

PageSize

integer

None.

MessagesContentId

string

None.

MessagesGroupId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TypeSocial": "sample string 1",
  "SocialLabel": [
    "sample string 1",
    "sample string 2"
  ],
  "SocialId": [
    "sample string 1",
    "sample string 2"
  ],
  "Search": "sample string 2",
  "Gender": true,
  "IsHasLead": true,
  "Levelofneed": 1,
  "Groupcoursecare": 1,
  "PageIndex": 3,
  "PageSize": 4,
  "MessagesContentId": "sample string 5",
  "MessagesGroupId": "sample string 6"
}

application/xml, text/xml

Sample:
<SocialNetworkChatBoxRecent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Bus.Model">
  <Gender>true</Gender>
  <Groupcoursecare>1</Groupcoursecare>
  <IsHasLead>true</IsHasLead>
  <Levelofneed>1</Levelofneed>
  <MessagesContentId>sample string 5</MessagesContentId>
  <MessagesGroupId>sample string 6</MessagesGroupId>
  <PageIndex>3</PageIndex>
  <PageSize>4</PageSize>
  <Search>sample string 2</Search>
  <SocialId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </SocialId>
  <SocialLabel xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </SocialLabel>
  <TypeSocial>sample string 1</TypeSocial>
</SocialNetworkChatBoxRecent>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SocialNetworkChatBoxRecent'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />