POST /API/v2/Master/OperationTypes/RegisterAdmin
操作種別を登録します。 このAPIはシステム管理者しか呼び出せません。
Request Information
URI Parameters
None.
Body Parameters
Name | Description | Type | Additional information |
---|---|---|---|
operationTypeCode | 操作種別コード |
String |
Required Max length: 6 |
operationTypeName | 操作種別名 |
String |
Required Max length: 100 |
operationTypeNameEn | 操作種別名_英語表記 |
String |
Required Max length: 100 |
apiPath | 操作対象のAPIパス |
String |
Required Max length: 512 |
method | 操作対象のメソッド |
String |
Required Max length: 512 |
displayOrder | 表示順 |
Integer |
Required |
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
operationTypeCode | 操作種別コード |
String |
Required Max length: 6 |
operationTypeName | 操作種別名 |
String |
Required Max length: 100 |
operationTypeNameEn | 操作種別名_英語表記 |
String |
Required Max length: 100 |
apiPath | 操作対象のAPIパス |
String |
Required Max length: 512 |
method | 操作対象のメソッド |
String |
Required Max length: 512 |
displayOrder | 表示順 |
Integer |
Required |