Skip to main content

Update Meter Entry

Update a Meter Entry

Path Parameters

  • id string required

    Possible values: Value must match regular expression ^[0-9]+$

    The id of the relevant record

Request Body

  • vehicle_id integer

    Possible values: >= 1

  • value float

    The value of the meter. The unit can be configured at the Account level, or overridden at the Vehicle level.

  • date date-time

    Meter Entries must follow the correct sequence, incrementing in value by date. For each entry, Fleetio validates to ensure that the value falls between any entries logged before and/or after. We recommend using ISO-8601 formatted dates to avoid ambiguity.

  • void boolean

    Default value: false

    Whether to mark this Meter Entry void or not. See Voiding Meter Entries.

  • meter_type string

    Possible values: [secondary]

    If a secondary meter is available, use this field to indicate that this is a secondary meter reading.

Responses

OK

Loading...