---
title: "POST /api/budget-item/"
method: POST
path: "/api/budget-item/"
tags: ["budget-item"]
---

# POST /api/budget-item/

`POST /api/budget-item/`

## Headers

- `X-Company` string

## Request body

- BudgetItem
  - `id` string, uuid, required
  - `created_by` string, uuid
  - `row` integer
  - `type` string, required
  - `margin_cost` string, required
  - `actual_cost` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `name` string, required
  - `notes` string
  - `estimated_cost` number, double, required
  - `margin_percent` number, double, required
  - `project` string, uuid, required
  - `group` string, uuid, nullable

## Response `201`

- BudgetItem
  - `id` string, uuid, required
  - `created_by` string, uuid
  - `row` integer
  - `type` string, required
  - `margin_cost` string, required
  - `actual_cost` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `name` string, required
  - `notes` string
  - `estimated_cost` number, double, required
  - `margin_percent` number, double, required
  - `project` string, uuid, required
  - `group` string, uuid, nullable

---

[API](https://skmtc.net/crewtraka/apis/crewtraka-api.md) · [All operations](https://skmtc.net/crewtraka/apis/crewtraka-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crewtraka/crewtraka-api/versions/328c565b8102/schema)
