id string
name string
name string
objects
objects
id string
firstName name
companyPayor boolean
contractLength number
id string
monthly boolean
name string
oneOff boolean
unlimitedPurchases boolean
purchasesLimit number
currentPurchasesCount number
Example of response
{
"id": "970033f5-928c-4557-ba59-f53dd4eb7093",
"name": "Design Computer",
"company_id": "a232ba45-d5cb-4481-b378-233b7711d912",
"created_at": "2023-06-02T07:34:03.177Z",
"updated_at": "2023-11-02T15:01:45.978Z",
"budget_categories": [
{
"id": "da5deec9-bc15-4ef4-a91b-14b85b989ba2",
"budget_id": "970033f5-928c-4557-ba59-f53dd4eb7093",
"allowance_cents": 3000,
"allowance_currency": "SEK",
"created_at": "2023-11-02T15:03:50.801632",
"updated_at": "2023-11-02T15:03:50.801632",
"preferred_payment_option": "monthly",
"contract_length": 24,
"external_category_ids": [
48
],
"name": "Phone Cases",
"company_payor": false,
"unlimited_purchases": true,
"purchases_limit": 0
}
]
}