Create budget line item
Budgets
Create budget line item
Add a new line item to a budget. Can link to devices, planner items, or goals.
POST
Create budget line item
Authorizations
Use your API key as a Bearer token. API keys can be generated in Settings → Integrations → API Access.
Path Parameters
Budget ID
Body
application/json
Item type (required)
Available options:
Software, Hardware, Labour, Other, Subscription Item description (required)
Required string length:
1 - 1000Unit price (required)
Required range:
x >= 0Quantity (default: 1)
Required range:
x >= 0Recurrence (default: One-Time)
Available options:
One-Time, Monthly, Annual Term in months (default: 1)
Required range:
1 <= x <= 120Status (default: draft)
Available options:
pending, approved, rejected, draft Currency code (default: USD)
Required string length:
3Item notes
Maximum string length:
5000Category ID (from planner_item_types)
Linked item ID
Linked item type
Available options:
device, planner, goal, other Response
Line item created successfully