recurring-transactions

Update Recurring Transaction

patch/api/recurring-transactions/{recurring_id}

Path parameters

recurring_idstring uuid required

Headers

X-Workspace-Idstring nullable

Request body

descriptionstring nullable
currencystring nullable
typestring nullable
frequencystring nullable
day_of_monthinteger nullable
start_datestring date nullable
end_datestring date nullable
account_idstring uuid nullable
category_idstring uuid nullable
is_activeboolean nullable
auto_generateboolean nullable

Response

Successful Response

idstring uuid required
user_idstring uuid required
account_idstring uuid nullable
category_idstring uuid nullable
descriptionstring required
amountstring required
currencystring required
typestring required
frequencystring required
day_of_monthinteger nullable
start_datestring date required
end_datestring date nullable
is_activeboolean required
auto_generateboolean
next_occurrencestring date required
amount_primarynumber nullable
fx_rate_usednumber nullable

Changes