---
title: "Add budget item"
method: POST
path: "/marketing/campaigns/2026-03/{campaignGuid}/budget"
tags: ["Budget"]
---

# Add budget item

`POST /marketing/campaigns/2026-03/{campaignGuid}/budget`

Add a new budget item to the campaign

## Path parameters

- `campaignGuid` string, required

## Request body

- MarketingCampaignsPublicBudgetItemInput
  - `amount` number, required — The monetary value assigned to the budget item.
  - `description` string — A detailed explanation or notes about the budget item.
  - `name` string, required — The name of the budget item.
  - `order` integer, required — The sequence number indicating the order of the budget item.

## Response `201`

successful operation

- MarketingCampaignsPublicBudgetItem
  - `amount` number, required — The monetary amount allocated for the budget item.
  - `createdAt` integer, required — The timestamp when the budget item was created.
  - `description` string — A description of the budget item.
  - `id` string, required — The unique identifier for the budget item.
  - `name` string, required — The name of the budget item.
  - `order` integer, required — The order of the budget item, indicating its sequence based on creation date.
  - `updatedAt` integer, required — The timestamp when the budget item was last updated.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/revisions/f9c7181056c5/schema)
