POST v1/updDeviceSetting
Request Information
URI Parameters
None.
Body Parameters
DeviceSettingUpd| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.