Skip to main content

Update Vehicle Renewal Reminder

Update a Vehicle Renewal Reminder

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

  • vehicle_renewal_type_id integer

    Possible values: >= 1

  • next_due_at date-time

    The date and time at which this Renewal Reminder will be due next. We recommend using ISO-8601 formatted dates to avoid ambiguity.

  • due_soon_at date-time

    The date and time at which this Renewal Reminder will be considered due soon. We recommend using ISO-8601 formatted dates to avoid ambiguity.

  • due_soon_time_threshold_interval integer

    Possible values: >= 1

    Used in conjunction with due_soon_time_threshold_frequency. Together they form a full due soon parameter eg; "1 week", "5 months", "10 years"

  • due_soon_time_threshold_frequency string

    Possible values: [day, week, month, year, days, weeks, months, years]

  • active boolean

    Whether this Renewal Reminder is active.

  • custom_fields object

    *Full details on working with Custom Fields here.

Responses

OK

Loading...