POST /API/v2/Master/NotifiableOperations/RegisterAdmin
通知可能な操作を登録します。 このメソッドはシステム管理者が利用できます。
Request Information
URI Parameters
None.
Body Parameters
v2.NotifiableOperation_RegisterAdmin
| Name | Description | Type | Additional information |
|---|---|---|---|
| notifiableOperationCode | 通知可能な操作コード |
String |
Required Max length: 19 |
| operationTypeCode | 操作種別コード |
String |
Required |
| reportCode | 帳票コード |
String, Null |
Max length: 5 |
| processCode | プロセスコード |
String, Null |
Max length: 12 |
Response Information
Resource Description
v2.Master.NotifiableOperations
| Name | Description | Type | Additional information |
|---|---|---|---|
| notifiableOperationCode | 通知可能な操作コード |
String |
Required Max length: 19 |
| operationTypeCode | 操作種別コード |
String |
Required Max length: 6 Format : ForeignKey /API/v2/Master/OperationTypes/Exists/{value} |
| reportCode | 帳票コード |
String, Null |
Max length: 5 Format : ForeignKey /API/v2/Master/ReportTypes/Exists/{value} |
| processCode | プロセスコード |
String, Null |
Max length: 12 |
| createdAt | 作成日時 |
String, Null |
Format : date-time |
| createdBy | 作成者 |
String, Null |
Max length: 36 |
| updatedAt | 更新日時 |
String, Null |
Format : date-time |
| updatedBy | 更新者 |
String, Null |
Max length: 36 |