Create Periodic Expense

Creates a new periodic (recurring) expense for the authenticated account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Requires fields such as name, price, tax, and frequency, and optionally accepts an initial date. The endpoint calculates the total amount (including tax) and sets the modification date. On success, returns the newly created periodic expense object. Use this endpoint to add new recurring expenses to the system.

Body Params
string
required

Resource name

float
required

Expense amount before taxes

float
required

Expense taxes in %

date
required

Init date in YYYY-MM-DD format

string
required

Payment frequency: Day: 'd', Week: 'w', Month: 'm', Bimonth: 'bm', Trimonth: 'tm' , Year: 'y'

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json