---
title: "Create a Campaign"
method: POST
path: "/api/record/campaign"
---

# Create a Campaign

`POST /api/record/campaign`

## Request body

- object
  - `campaignname` string, required — Name (Primary)
  - `budget1` number, float — Budget
  - `cost` number, float — Cost
  - `description` string — Description of up to 4,000 characters
  - `enddate` string, date — Date the campaign ends, use UTC format.
  - `media1code` integer — Type of media used (Picklist)
  - `ownerid` string — The GUID of the system user who created the record, can also be set manually. Will be used for permissions.
  - `startdate` string, date — Date the campaign starts, use UTC format.
  - `statuscode` integer — Status (Picklist)
  - `typecode` integer — Type (Picklist)

## Response `200`

200

## Other responses

- `400` — 400
- `401` — 401

---

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