POST /API/v2/Trades/Messages/Reply
取引内のメッセージを返信します。 取引内でメッセージを返信します。 取引内のメッセージに関する詳細については、[取引内のメッセージでの操作履歴について]()を参照ください。
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| historyId | 返信元の履歴ID |
String |
Required Max length: 36 |
| replyByOrganizationId | 返信するパートナーの組織ID |
String |
Required Max length: 20 Pattern : ^[A-Za-z0-9_-]+$ |
| annotationFields | 帳票の指摘項目 |
Collection, Null of annotationFields |
None. |
| message | メッセージ |
String |
Required |
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| historyId | 履歴ID |
String |
Required Max length: 36 |
| operationType |
Required |
||
| operatedByPartner |
Required |
||
| operatedByEmployee |
Required |
||
| notifyToPartners | 操作を通知したパートナー |
Collection, Null of notifyToPartners |
None. |
| inTrade |
Required |
||
| inPartner |
Object, Null |
None. |
|
| inReport |
Object, Null |
None. |
|
| inTask |
Object, Null |
None. |
|
| inProcess |
Object, Null |
None. |
|
| message |
Required |
||
| checkStatusId | 確認状況ID |
String, Null |
Max length: 36 |
| isChecked | 確認済みか |
Boolean, Null |
None. |
| operatedAt | 操作日時 |
String |
Required Format : date-time |
| replyMessages | 返信メッセージ |
Collection, Null of replyMessages |
None. |