POST /API/v2/General/DangerousGoodsPackageTypes/RegisterAdmin
危険物容器・包装種別を登録します。 このAPIはシステム管理者しか呼び出せません。
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| packageTypeCode | 容器・包装種類コード |
String |
Required Max length: 4 |
| packageType | 容器・包装種類 |
String |
Required Max length: 1 |
| packageTypeName | 容器・包装種類名 |
String |
Required Max length: 5 |
| displayOrder | 表示順 |
Integer |
Required |
Response Information
Resource Description
v2.General.DangerousGoodsPackageTypes
| Name | Description | Type | Additional information |
|---|---|---|---|
| packageTypeCode | 容器・包装種類コード |
String |
Required Max length: 4 |
| packageType | 容器・包装種類 |
String |
Required Max length: 1 |
| packageTypeName | 容器・包装種類名 |
String |
Required Max length: 5 |
| 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 |