POST v1/updDeviceFuelConfirm
Метод редагування затвердження витрат пального авто.
Request Information
URI Parameters
None.
Body Parameters
DeviceFuelConfirmUpd| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID |
integer |
Required |
| deviceID |
ID пристрою |
integer |
Required |
| type |
Тип |
FuelConfirmType |
Required |
| onDate |
Дата |
date |
Required |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"deviceID": 2,
"type": 1,
"onDate": "2026-06-10T07:14:14.9422016+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
}