Update a recurrence

PATCH
/recurrences/:recurrence_id

Path parameters

recurrence_idstringRequired

Headers

Auth
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-versionstringRequired
x-monite-entity-idstringRequired

The ID of the entity that owns the requested resource.

Request

This endpoint expects an object.
day_of_month"first_day" or "last_day"Optional
Allowed values: first_daylast_day
end_monthintegerOptional>=1<=12
end_yearintegerOptional<=2077

Response

Successful Response

idstring
created_atdatetime

Time at which the receivable was created. Timestamps follow the ISO 8601 standard.

updated_atdatetime

Time at which the receivable was last updated. Timestamps follow the ISO 8601 standard.

current_iterationinteger
day_of_month"first_day" or "last_day"
Allowed values: first_daylast_day
end_monthinteger>=1<=12
end_yearinteger<=2077
invoice_idstring
iterationslist of objects
start_monthinteger>=1<=12
start_yearinteger<=2077
statusenum
Allowed values: activecanceledcompleted

Errors