Update a recurrence

PATCH

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
end_yearintegerOptional

Response

This endpoint returns an object.
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
end_yearinteger
invoice_idstring
iterationslist of objects
start_monthinteger
start_yearinteger
statusenum
Allowed values: activecanceledcompleted

Errors