POST api/GroupInformation/Archivechat_V2

Request Information

URI Parameters

None.

Body Parameters

ArchiveInfo
NameDescriptionTypeAdditional information
UserId

integer

None.

ChatId

integer

None.

ChatIds

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "ChatId": 2,
  "ChatIds": "sample string 3"
}

text/xml

Sample:
<ArchiveInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrimeHealthCare.Model">
  <ChatId>2</ChatId>
  <ChatIds>sample string 3</ChatIds>
  <UserId>1</UserId>
</ArchiveInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

responseData
NameDescriptionTypeAdditional information
statusCode

integer

None.

statusMessage

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "statusCode": 1,
  "statusMessage": "sample string 2",
  "data": {}
}

text/xml

Sample:
<responseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrimeHealthCare.Model">
  <data />
  <statusCode>1</statusCode>
  <statusMessage>sample string 2</statusMessage>
</responseData>