latestSwagger 2.02026-08-20196638916.1 KB

23d8982b533d

Finance Management.Budgets
ENTERPRISE

Create recurring budget

Creates a recurring budget with a set periodicity.

post/api/v1/budgets/recurring

Request body

namestring

The name of the Budget.

Example request

{
  "amount": {
    "currencyCode": "EUR",
    "scale": 2,
    "unscaledValue": 1050
  },
  "filter": {
    "accounts": [
      {
        "id": "fe34e15244334995bd227e380fcb82fa"
      }
    ],
    "categories": [
      {
        "code": "expenses:food.coffee"
      }
    ],
    "freeTextQuery": "Monmouth Coffee",
    "tags": [
      {
        "key": "coffee"
      }
    ]
  },
  "name": "Coffee budget"
}

Response

A Successful response

budgetSpecificationFinance20ManagementBudgets — unresolved $ref