Create a recurrence

POST
/recurrences

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"Required
Allowed values: first_daylast_day
end_monthintegerRequired>=1<=12
end_yearintegerRequired<=2077
invoice_idstringRequired
start_monthintegerRequired>=1<=12
start_yearintegerRequired<=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