---
title: "Batch Update Campaign Records"
method: POST
path: "/api/v3/record/campaign/batch/update"
---

# Batch Update Campaign Records

`POST /api/v3/record/campaign/batch/update`

## Request body

- object
  - `data` object[] — Add each record's GUID and details below to update them.
    - `id` string, required — Use a campaign record's globally unique identifier (GUID) to update it.
    - `record` object — Set the fields you'd like to update in the specified record.
      - `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)
