Expenses
XtraKit's Expense API allows you to programmatically handle expenses data. Expense management may be easily integrated into your applications by using it to retrieve, add, change, or manage expenses.
List Expenses GET
Retrieve a list of all expenses and you can also filter your results.
Fetch Expense GET
Retrieve a specific expense using the invoice code. To retrieve complete expense details.
Add Expense POST
Allows you to add a new expense record such as things you spend on.
Edit Expense PUT
Modify an existing expense's information.
Last updated