GET /API/v2/Trades/Reports/GetCreatable/{tradeNo}/{organizationId}?reportCategoryCodeList=!{reportCategoryCodeList}
取引内で作成可能な帳票の種類を取得します。 取引内で、指定された組織(***organizationId***)が、作成可能な帳票の種類を取得します。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tradeNo | 取引管理番号 |
String |
Required Max length: 20 |
| organizationId | 組織ID |
String |
Required Max length: 20 Pattern : ^[A-Za-z0-9_-]+$ |
| reportCategoryCodeList | 帳票カテゴリコードのリスト |
String, Null |
None. |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| reportCode | 帳票コード |
String |
Required Max length: 5 |
| reportName | 帳票名 |
String |
Required Max length: 100 |
| reportNameEn | 帳票名_英語表記 |
String |
Required Max length: 100 |
| apiPath | 帳票APIのパス |
String |
Required Max length: 512 |
| reportCategory |
Required |
||
| unit | 作成単位 |
String |
Required Max length: 2 |
| version | バージョン情報 |
String |
Required Max length: 10 |