POST v1/insDevicePoints
Метод збереження точок коригування треку.
Request Information
URI Parameters
None.
Body Parameters
DevicePointsNew| Name | Description | Type | Additional information |
|---|---|---|---|
| deviceID |
ID авто |
integer |
Required |
| points | Collection of DevicePointNew |
Required |
Request Formats
application/json, text/json
Sample:
{
"deviceID": 1,
"points": [
{
"onDate": "2026-06-10T07:14:09.8030205+03:00",
"lng": 2.1,
"lat": 3.1,
"speed": 4
},
{
"onDate": "2026-06-10T07:14:09.8030205+03:00",
"lng": 2.1,
"lat": 3.1,
"speed": 4
}
]
}
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string"