GET /API/v2/Master/StandardProcesses/Get/{processCode}?organizationId=!{organizationId}
プロセスコードを指定して、標準プロセスを取得します プロセスコード(***processCode***)を指定して、標準プロセスを取得します。 グループ配下のプロセスも含めて、取得する場合は、(***/API/v2/Master/StandardProcesses/GetList***)を使用します。 プロセスに関する詳細については、[プロセスについて]()を参照ください。
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
processCode | プロセスコード |
String |
Required Max length: 12 |
organizationId | 組織ID |
String, Null |
Max length: 20 |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
processCode | プロセスコード |
String |
Required Max length: 12 |
processName | プロセス名 |
String |
Required Max length: 100 |
processNameEn | プロセス名_英語表記 |
String |
Required Max length: 100 |
selectableProcessTypes | 選択可能なプロセス種別 |
Collection, Null of String |
None. |
description | 説明 |
String, Null |
Max length: 500 |
displayOrder | 表示順 |
Integer |
Required |
processSubmitters | 帳票を提出する事業種別 |
Collection of processSubmitters |
Required |
processAccepters | 帳票を受け取る事業種別 |
Collection of processAccepters |
Required |
exchangeReports | プロセスで取り扱う帳票 |
Collection of exchangeReports |
Required |