PATCH api/chat/signal/process

Request Information

URI Parameters

None.

Body Parameters

ChatRequest
NameDescriptionTypeAdditional information
ApiID

string

Required

OSType

OSType

None.

ListType

RoomListType

None.

PageNo

integer

None.

PageSize

integer

None.

ChatIdx

integer

None.

CUIdx

integer

None.

CUIdxTarget

integer

None.

CMIdx

integer

None.

FileType

string

None.

Message

string

None.

MessageType

MessageType

None.

MessageKey

string

None.

FromDT

date

None.

ToDT

date

None.

SellBuyType

string

None.

Type

string

None.

TypeSignal

TypeSignal

None.

Code

string

None.

StockCode

string

None.

Name

string

None.

Price

integer

None.

Weight

integer

Range: inclusive between 0 and 100

Score

integer

None.

BoardIdx

integer

None.

AsIdx

integer

None.

Contents

string

None.

NoticeChk

integer

None.

CodeType

string

None.

PFLIdx

integer

None.

StatusPush

StatusPushType

None.

RecommandIdx

integer

None.

SendPush

integer

None.

TargetManageType

string

None.

Status

GenericStatusType

None.

Idx

integer

None.

OperationType

integer

None.

SignalStatus

string

None.

FileIdx

integer

None.

AreaType

RoomAreaType

None.

Method

string

None.

Word

string

None.

UserIdx

integer

None.

AppCode

string

None.

EnableChatMentor

integer

None.

EnableChatStaff

integer

None.

EnableChatUser

integer

None.

EnableChat

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ApiID": "sample string 1",
  "OSType": 1,
  "ListType": 1,
  "PageNo": 2,
  "PageSize": 3,
  "ChatIdx": 4,
  "CUIdx": 5,
  "CUIdxTarget": 6,
  "CMIdx": 1,
  "FileType": "sample string 7",
  "Message": "sample string 8",
  "MessageType": 1,
  "MessageKey": "sample string 9",
  "FromDT": "2026-04-03T07:48:04.90923+09:00",
  "ToDT": "2026-04-03T07:48:04.90923+09:00",
  "SellBuyType": "sample string 10",
  "Type": "sample string 11",
  "TypeSignal": 10,
  "Code": "sample string 12",
  "StockCode": "sample string 13",
  "Name": "sample string 14",
  "Price": 15,
  "Weight": 16,
  "Score": 17,
  "BoardIdx": 18,
  "AsIdx": 19,
  "Contents": "sample string 20",
  "NoticeChk": 21,
  "CodeType": "sample string 22",
  "PFLIdx": 23,
  "StatusPush": 1,
  "RecommandIdx": 24,
  "SendPush": 25,
  "TargetManageType": "sample string 26",
  "Status": 0,
  "Idx": 27,
  "OperationType": 28,
  "SignalStatus": "sample string 29",
  "FileIdx": 1,
  "AreaType": 0,
  "Method": "sample string 30",
  "Word": "sample string 31",
  "UserIdx": 32,
  "AppCode": "sample string 33",
  "EnableChatMentor": 34,
  "EnableChatStaff": 35,
  "EnableChatUser": 36,
  "EnableChat": 37
}

application/xml, text/xml

Sample:
<ChatRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FinUp.Stock.Api.Models.Chat">
  <EnableChat>37</EnableChat>
  <EnableChatMentor>34</EnableChatMentor>
  <EnableChatStaff>35</EnableChatStaff>
  <EnableChatUser>36</EnableChatUser>
  <ApiID>sample string 1</ApiID>
  <AppCode>sample string 33</AppCode>
  <AreaType>Default</AreaType>
  <AsIdx>19</AsIdx>
  <BoardIdx>18</BoardIdx>
  <CMIdx>1</CMIdx>
  <CUIdx>5</CUIdx>
  <CUIdxTarget>6</CUIdxTarget>
  <ChatIdx>4</ChatIdx>
  <Code>sample string 12</Code>
  <CodeType>sample string 22</CodeType>
  <Contents>sample string 20</Contents>
  <FileIdx>1</FileIdx>
  <FileType>sample string 7</FileType>
  <FromDT>2026-04-03T07:48:04.90923+09:00</FromDT>
  <Idx>27</Idx>
  <ListType>Participating</ListType>
  <Message>sample string 8</Message>
  <MessageKey>sample string 9</MessageKey>
  <MessageType>Normal</MessageType>
  <Method>sample string 30</Method>
  <Name>sample string 14</Name>
  <NoticeChk>21</NoticeChk>
  <OSType>Android</OSType>
  <OperationType>28</OperationType>
  <PFLIdx>23</PFLIdx>
  <PageNo>2</PageNo>
  <PageSize>3</PageSize>
  <Price>15</Price>
  <RecommandIdx>24</RecommandIdx>
  <Score>17</Score>
  <SellBuyType>sample string 10</SellBuyType>
  <SendPush>25</SendPush>
  <SignalStatus>sample string 29</SignalStatus>
  <Status>SearchAllChat</Status>
  <StatusPush>Mentor</StatusPush>
  <StockCode>sample string 13</StockCode>
  <TargetManageType>sample string 26</TargetManageType>
  <ToDT>2026-04-03T07:48:04.90923+09:00</ToDT>
  <Type>sample string 11</Type>
  <TypeSignal>MentorSignal</TypeSignal>
  <UserIdx>32</UserIdx>
  <Weight>16</Weight>
  <Word>sample string 31</Word>
</ChatRequest>

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.