---
title: "Create campaign spend item"
method: POST
path: "/marketing/campaigns/2026-03/{campaignGuid}/spend"
tags: ["Spend"]
---

# Create campaign spend item

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

Create a new campaign spend item

## Path parameters

- `campaignGuid` string, required

## Request body

- MarketingCampaignsPublicSpendItemInput
  - `amount` number, required — The monetary value of the spend item.
  - `description` string — A brief description of the spend item.
  - `name` string, required — The name of the spend item.
  - `order` integer, required — The sequence number indicating the order of the spend item.

## Response `201`

successful operation

- MarketingCampaignsPublicSpendItem
  - `amount` number, required — The monetary value associated with the spend item.
  - `createdAt` integer, required — The timestamp indicating when the spend item was created.
  - `description` string — A detailed explanation or notes about the spend item.
  - `id` string, required — Unique identifier for the spend item.
  - `name` string, required — The name assigned to the spend item.
  - `order` integer, required — The sequence order of the spend item, where 0 is the oldest.
  - `updatedAt` integer, required — The timestamp indicating when the spend 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)
