PATCH api/chat/signal/edit
Request Information
URI Parameters
None.
Body Parameters
ChatSignalEditRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of ChatLastSignalRequest |
None. |
|
| ChatIdx | integer |
Required |
|
| CUIdx | integer |
Required |
|
| PFLIdx | integer |
Required |
|
| Code | string |
Required |
|
| Name | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Items": [
{
"BaseDT": "2026-04-03T07:40:42.3491531+09:00",
"ChatIdx": 2,
"CUIdx": 3,
"SellBuyType": 1,
"Type": 4,
"Code": "sample string 5",
"Name": "sample string 6",
"Price": 7,
"Weight": 8,
"PFLIdx": 9,
"SignalIdx": 10,
"PreResult": {
"Code": "sample string 1",
"Date": "2026-04-03T07:40:42.3491531+09:00",
"Tick": "sample string 3",
"Open": 4,
"High": 5,
"Low": 6,
"Close": 7,
"Volume": 8,
"Value": 9
}
},
{
"BaseDT": "2026-04-03T07:40:42.3491531+09:00",
"ChatIdx": 2,
"CUIdx": 3,
"SellBuyType": 1,
"Type": 4,
"Code": "sample string 5",
"Name": "sample string 6",
"Price": 7,
"Weight": 8,
"PFLIdx": 9,
"SignalIdx": 10,
"PreResult": {
"Code": "sample string 1",
"Date": "2026-04-03T07:40:42.3491531+09:00",
"Tick": "sample string 3",
"Open": 4,
"High": 5,
"Low": 6,
"Close": 7,
"Volume": 8,
"Value": 9
}
}
],
"ChatIdx": 1,
"CUIdx": 2,
"PFLIdx": 3,
"Code": "sample string 4",
"Name": "sample string 5"
}
application/xml, text/xml
Sample:
<ChatSignalEditRequest 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>
<Code>sample string 4</Code>
<Items>
<ChatLastSignalRequest>
<BaseDT>2026-04-03T07:40:42.3491531+09:00</BaseDT>
<CUIdx>3</CUIdx>
<ChatIdx>2</ChatIdx>
<Code>sample string 5</Code>
<Name>sample string 6</Name>
<PFLIdx>9</PFLIdx>
<PreResult>
<Close>7</Close>
<Code>sample string 1</Code>
<Date>2026-04-03T07:40:42.3491531+09:00</Date>
<High>5</High>
<Low>6</Low>
<Open>4</Open>
<Tick>sample string 3</Tick>
<Value>9</Value>
<Volume>8</Volume>
</PreResult>
<Price>7</Price>
<SellBuyType>Buy</SellBuyType>
<SignalIdx>10</SignalIdx>
<Type>4</Type>
<Weight>8</Weight>
</ChatLastSignalRequest>
<ChatLastSignalRequest>
<BaseDT>2026-04-03T07:40:42.3491531+09:00</BaseDT>
<CUIdx>3</CUIdx>
<ChatIdx>2</ChatIdx>
<Code>sample string 5</Code>
<Name>sample string 6</Name>
<PFLIdx>9</PFLIdx>
<PreResult>
<Close>7</Close>
<Code>sample string 1</Code>
<Date>2026-04-03T07:40:42.3491531+09:00</Date>
<High>5</High>
<Low>6</Low>
<Open>4</Open>
<Tick>sample string 3</Tick>
<Value>9</Value>
<Volume>8</Volume>
</PreResult>
<Price>7</Price>
<SellBuyType>Buy</SellBuyType>
<SignalIdx>10</SignalIdx>
<Type>4</Type>
<Weight>8</Weight>
</ChatLastSignalRequest>
</Items>
<Name>sample string 5</Name>
<PFLIdx>3</PFLIdx>
</ChatSignalEditRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ChatResult| Name | Description | Type | Additional 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.