GET /API/v2/Master/StandardProcesses/CanSubmit/{processCode}?organizationId={organizationId}&openId={openId}
指定したプロセスで「帳票を提出するパートナー」になる権限があるかを判定します。 指定した組織がプロセスで取り扱う全ての帳票に対してRW権限を持っていれば true, そうでなければ false。 内部呼び出し用
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
processCode | プロセスコード |
String |
Required Max length: 12 |
organizationId | 組織ID |
String |
Required Max length: 20 Pattern : ^[A-Za-z0-9_-]+$ |
openId | OpenId |
String |
Required |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
trueOrFalse | trueまたはfalse |
Boolean |
Required |