---
title: "Batch Update Records"
method: POST
path: "/{objectcode}/batch/update"
---

# Batch Update Records

`POST /{objectcode}/batch/update`

## Path parameters

- `objectcode` string, required

## Request body

- UpdateObjects
  - `data` object[] — Add an object below for each record you'd like to update.
    - `id` string, required — Use the GUID of a record belonging to the object type set above to select the record you'd like to update.
    - `record` object — Set the fields you'd like to update in the specified record. Be sure to follow the data format for each field.

## Response `200`

200

## Other responses

- `400` — 400

---

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