POST /API/v2/Trades/Messages/Send
取引内のメッセージを送信します。 取引のパートナーに対して、メッセージを送信します。 取引内のメッセージに関する詳細については、[取引内のメッセージでの操作履歴について]()を参照ください。
Request Information
URI Parameters
None.
Body Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sendByOrganizationId | 送信するパートナーの組織ID |
String |
Required Max length: 20 |
receiveByOrganizationIds | 受信するパートナーの組織ID |
Collection of receiveByOrganizationIds |
Required Min Items : 1 |
tradeNo | 取引管理番号 |
String |
Required Max length: 20 |
reportId | 帳票ID |
String, Null |
Max length: 30 |
taskId | タスクID |
String, Null |
Max length: 35 |
processId | プロセスID |
String, Null |
Max length: 36 |
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 |
||
inReport |
Required |
||
inTask |
Required |
||
processId | プロセスID |
String, 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. |