POST /API/v2/Trades/Processes/Start
取引のプロセスを開始します。 取引に登録されている実施予定のプロセスを開始します。 プロセスを開始すると、そのプロセスで取扱う帳票が作成され(作成済みでない場合)、各帳票にタスクが作成されます。 取引内でのプロセスに関する詳細については、[取引内でのプロセスについて]()を参照ください。
Request Information
URI Parameters
None.
Body Parameters
Name | Description | Type | Additional information |
---|---|---|---|
processId | プロセスID |
String |
Required Max length: 62 |
processType | プロセス種別 |
String |
Required Max length: 6 |
organizationIdAsSubmitter | 帳票を提出するパートナーの組織ID |
String |
Required Max length: 20 Pattern : ^[A-Za-z0-9_-]+$ |
organizationIdAsAccepter | 帳票の受け取るパートナーの組織ID |
String |
Required Max length: 20 Pattern : ^[A-Za-z0-9_-]+$ |
startAt | 開始日時 |
String, Null |
Format : date-time |
dueAt | 期限日時 |
String, Null |
Format : date-time |
reports | プロセスで扱う帳票 |
Collection of reports |
Required Min Items : 1 |
message | メッセージ |
String, Null |
None. |
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
processGroupCode | プロセスグループコード |
String |
Required Max length: 8 |
processGroupName | プロセスグループ名 |
String |
Required Max length: 30 |
processGroupNameEn | プロセスグループ名_英語表記 |
String, Null |
Max length: 30 |
displayOrder | 表示順 |
Integer |
Required |
processes | プロセス |
Collection, Null of processes |
None. |