POST v1/updDeviceSetting

Request Information

URI Parameters

None.

Body Parameters

DeviceSettingUpd
NameDescriptionTypeAdditional information
deviceIDs

ID авто

Collection of integer

Required

type

Тип налаштування

DeviceSettingsType

None.

value

Значення

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "deviceIDs": [
    1,
    2
  ],
  "type": 1,
  "value": {}
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.