RecurringExpenses

Update a recurring expense

put/RecurringExpenses/{id}

Path parameters

idstring required

Request body

namestring nullable
categorystring nullable
frequencyinteger

Frequency for recurring expenses.

startDatestring date nullable
endDatestring date nullable
vendorNamestring nullable
descriptionstring nullable
isActiveboolean nullable
dayOfWeekinteger

Response

OK

idstring
namestring
categorystring
frequencyinteger

Frequency for recurring expenses.

startDatestring date
endDatestring date nullable
vendorNamestring nullable
descriptionstring nullable
isActiveboolean
dayOfWeekinteger
createdByIdstring nullable
createdByNamestring nullable
createdAtstring date-time
updatedAtstring date-time

Changes

No recorded changes to this endpoint across all 6 revisions of this API.