POST /API/v2/Trades/Processes/Start/{processId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
processId | プロセスID |
String |
Required Max length: 62 |
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. |