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