POST v1/insDeviceEquipment
Метод збереження додаткового обладнання авто.
Request Information
URI Parameters
None.
Body Parameters
DeviceEquipmentNew| Name | Description | Type | Additional information |
|---|---|---|---|
| name |
Назва додаткового обладнання |
string |
Required |
| width |
Ширина агрегату (м.) |
decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"width": 1.1
}
Response Information
Resource Description
ModelIns| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID новоствореного об'єкта |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1
}