POST v1/insDeviceFuelAdjust
Метод збереження корегувань пального.
Request Information
URI Parameters
None.
Body Parameters
DeviceFuelAdjustNew| Name | Description | Type | Additional information |
|---|---|---|---|
| deviceID |
ID авто |
integer |
Required |
| onDate |
Дата |
date |
Required |
| value |
Значення |
integer |
Required |
| type |
Тип корегування |
FuelAdjustType |
Required |
| checkNo |
Номер чека |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"deviceID": 1,
"onDate": "2026-06-10T07:10:45.9891387+03:00",
"value": 3,
"type": 0,
"checkNo": "sample string 4"
}
Response Information
Resource Description
ModelIns| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID новоствореного об'єкта |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1
}