Files
2025-09-30 23:34:33 +02:00

36 lines
910 B
JSON

[
{
"type": "budgets",
"id": "2",
"attributes": {
"created_at": "2018-09-17T12:46:47+01:00",
"updated_at": "2018-09-17T12:46:47+01:00",
"name": "Bills",
"active": false,
"notes": "Some notes",
"order": 5,
"auto_budget_type": "reset",
"currency_id": "12",
"currency_code": "EUR",
"currency_symbol": "$",
"currency_decimal_places": 2,
"native_currency_id": "5",
"native_currency_code": "EUR",
"native_currency_symbol": "$",
"native_currency_decimal_places": 2,
"auto_budget_amount": "-1012.12",
"native_auto_budget_amount": "-1012.12",
"auto_budget_period": "monthly",
"spent": [
{
"sum": "123.45",
"currency_id": "5",
"currency_code": "USD",
"currency_symbol": "$",
"currency_decimal_places": 2
}
]
}
}
]