DELETE api/contents/freechat

Request Information

URI Parameters

None.

Body Parameters

ReqFreeChatSubscribeAndOutModel
NameDescriptionTypeAdditional information
ChatIdx

integer

None.

Type

SubscribeControlType

None.

OSType

OSType

None.

CUIdx

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ChatIdx": 1,
  "Type": 10,
  "OSType": 1,
  "CUIdx": 2
}

application/xml, text/xml

Sample:
<ReqFreeChatSubscribeAndOutModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FinUp.Stock.Api.Models.Chat">
  <CUIdx>2</CUIdx>
  <ChatIdx>1</ChatIdx>
  <OSType>Android</OSType>
  <Type>Check</Type>
</ReqFreeChatSubscribeAndOutModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ChatResult
NameDescriptionTypeAdditional information
ResultCode

string

None.

ResultMsg

string

None.

ResultData

string

None.

Result1

Collection of Object

None.

Result2

Collection of Object

None.

Result3

Collection of Object

None.

Result4

Collection of Object

None.

Result5

Collection of Object

None.

ResultString

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResultCode": "sample string 1",
  "ResultMsg": "sample string 2",
  "ResultData": "sample string 3",
  "Result1": null,
  "Result2": null,
  "Result3": null,
  "Result4": null,
  "Result5": null,
  "ResultString": "sample string 4"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.