GET /API/v2/Trades/Processes/GetCustomizedList/{tradeNo}?processGroupCode=!{processGroupCode}&organizationId=!{organizationId}
取引内の組織が作成したカスタマイズプロセスを取得します。 取引管理番号(***tradeNo***)で指定された取引に参加している組織が定義したカスタマイズプロセスを取得します。 取引内でのプロセスに関する詳細については、[取引内でのプロセスについて]()を参照ください。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tradeNo | 取引管理番号 |
String, Null |
Max length: 20 |
| processGroupCode | プロセスグループコード |
String, Null |
Max length: 8 |
| organizationId | 組織ID |
String, Null |
Max length: 20 Pattern : ^[A-Za-z0-9_-]+$ |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| tradeType | 取引タイプ |
String |
Required Max length: 8 |
| processGroupCode | プロセスグループコード |
String |
Required Max length: 8 |
| processCode | プロセスコード |
String |
Required Max length: 12 |
| customizedProcessCode | カスタマイズプロセスコード |
String |
Required Max length: 37 |
| customizedProcessName | カスタマイズプロセス名 |
String |
Required Max length: 100 |
| customizedProcessNameEn | カスタマイズプロセス_英語表記 |
String, Null |
Max length: 100 |
| organizationId | 組織ID |
String |
Required Max length: 20 Pattern : ^[A-Za-z0-9_-]+$ |
| processType | プロセス種別 |
String |
Required Max length: 6 |
| description | 説明 |
String, Null |
None. |
| requiredReports | 必要となる帳票 |
Collection of requiredReports |
Required Min Items : 1 |
| displayOrder | 表示順 |
Integer |
Required |