POST v1/insDeviceFuelConfirm
Метод затвердження витрат пального авто.
Request Information
URI Parameters
None.
Body Parameters
DeviceFuelConfirmNew| Name | Description | Type | Additional information |
|---|---|---|---|
| deviceID |
ID пристрою |
integer |
Required |
| type |
Тип |
FuelConfirmType |
Required |
| onDate |
Дата |
date |
Required |
Request Formats
application/json, text/json
Sample:
{
"deviceID": 1,
"type": 1,
"onDate": "2026-06-10T07:15:39.0122974+03:00"
}
Response Information
Resource Description
ModelIns| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID новоствореного об'єкта |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1
}