POST v1/getDeviceWatch
Метод для генерування нового веб посилання на авто.
Request Information
URI Parameters
None.
Body Parameters
DeviceWatchNew| Name | Description | Type | Additional information |
|---|---|---|---|
| deviceItems |
Список ID авто та їх підпис. |
Dictionary of integer [key] and string [value] |
Required |
| dateFrom |
Дата початку дії посилання у форматі ISO. |
date |
Required |
| dateTo |
Дата актуальності посилання у форматі ISO. |
date |
Required |
Request Formats
application/json, text/json
Sample:
{
"deviceItems": {
"1": "sample string 2",
"3": "sample string 4"
},
"dateFrom": "2026-06-10T07:09:48.177286+03:00",
"dateTo": "2026-06-10T07:09:48.177286+03:00"
}
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string"