To set a new value for mileage counter, use the command unit/update_mileage_counter:
svc=unit/update_mileage_counter¶ms={"itemId":<long>, "newValue":<uint>}
You can find an example of this request in the sample Creating, editing and deleting items.
Name | Description |
---|---|
itemId | unit ID |
newValue | new value of mileage counter (km) |
{ "cnm":<uint> /* value of mileage counter */ }
|