POST v1/insDeviceSpeedometer
Метод збереження показника спідометра.
Request Information
URI Parameters
None.
Body Parameters
DeviceSpeedometerNew| Name | Description | Type | Additional information |
|---|---|---|---|
| deviceID |
ID авто |
integer |
Required |
| onDate |
Дата |
date |
Required |
| value |
Значення |
integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"deviceID": 1,
"onDate": "2026-06-10T07:09:37.4615377+03:00",
"value": 3
}
Response Information
Resource Description
ModelIns| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID новоствореного об'єкта |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1
}