Budgets

Create budget group

post/budgets/group

Request body

namestring required
amountinteger required

Minor units

currencystring required
typeinteger required
parentstring nullable
balancestring
isFundedboolean
allowOverdraftboolean
rolloverFundsboolean
budgetCategory'expenses' | 'revenues' | 'mixed'
frequency'weekly' | 'bi-weekly' | 'monthly' | 'quarterly' | 'yearly' | 'on-time'
startDatestring date-time
endDatestring date-time

Response

OK

messagestring required
statusboolean required
errorboolean required

Example response

{
  "status": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.