POST v1/updDeviceFuelAdjust
Метод редагування корегування пального.
Request Information
URI Parameters
None.
Body Parameters
DeviceFuelAdjustUpd| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID |
integer |
Required |
| deviceID |
ID авто |
integer |
Required |
| onDate |
Дата |
date |
Required |
| value |
Значення |
integer |
Required |
| type |
Тип корегування |
FuelAdjustType |
Required |
| checkNo |
Номер чека |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"deviceID": 2,
"onDate": "2026-06-10T07:09:56.4093109+03:00",
"value": 4,
"type": 0,
"checkNo": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.