POST v1/updDeviceEquipment

Метод редагування додаткового обладнання авто.

Request Information

URI Parameters

None.

Body Parameters

DeviceEquipmentUpd
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.