POST /API/v2/Master/BusinessTypes/RegisterAdmin
事業種別を登録します。 このメソッドはシステム管理者が利用できます。
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| businessTypeCode | 事業種別コード |
String |
Required Max length: 3 |
| businessTypeName | 事業種別名 |
String |
Required Max length: 100 |
| businessTypeNameEn | 事業種別_英語表記 |
String |
Required Max length: 100 |
| businessTypeNameAb | 事業種別_略称 |
String |
Required Max length: 3 |
| businessTypeNameAbEn | 事業種別_略称_英語表記 |
String |
Required Max length: 3 |
| isVgmConfirmParty | VGM確定事業者であるか? |
Boolean |
Required |
| displayOrder | 表示順 |
Integer |
Required |
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| businessTypeCode | 事業種別コード |
String |
Required Max length: 3 |
| businessTypeName | 事業種別名 |
String |
Required Max length: 100 |
| businessTypeNameEn | 事業種別_英語表記 |
String |
Required Max length: 100 |
| businessTypeNameAb | 事業種別名_略称 |
String |
Required Max length: 3 |
| businessTypeNameAbEn | 事業種別名_略称_英語表記 |
String |
Required Max length: 3 |
| isVgmConfirmParty | VGM確定事業者であるか? |
Boolean |
Required |
| displayOrder | 表示順 |
Integer |
Required |
| createdAt | 作成日時 |
String, Null |
Format : date-time |
| createdBy | 作成者 |
String, Null |
Max length: 36 |
| updatedAt | 更新日時 |
String, Null |
Format : date-time |
| updatedBy | 更新者 |
String, Null |
Max length: 36 |