POST v1/updDeviceSpeedometer
Метод редагування показника спідометра.
Request Information
URI Parameters
None.
Body Parameters
DeviceSpeedometerUpd| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID |
integer |
Required |
| deviceID |
ID авто |
integer |
Required |
| onDate |
Дата |
date |
Required |
| value |
Значення |
integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"deviceID": 2,
"onDate": "2026-06-10T07:09:03.4710395+03:00",
"value": 4
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.