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

# Batch Update Contract Records

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

## Request body

- object
  - `data` object[] — Add each record's GUID and details below to update them.
    - `id` string — Use a contract record's globally unique identifier (GUID) to update it.
    - `record` object — Set the fields you'd like to update in the specified record.
      - `contractname` string, required — Name (Primary)
      - `accountid` string — The related account's GUID.
      - `contractnumber` string — Number of the contract.
      - `description` string — Description of up to 4,000 characters.
      - `duration` string — Length of contract in months.
      - `enddate` string, date — End date of contract in UTC format.
      - `ownerid` string — The GUID of the system user who created the record, can also be set manually. Will be used for permissions.
      - `price` number, float — Price of the contract.
      - `servicelevelcode` integer — Level of service (Picklist).
      - `servicetypecode` integer — Type of service (Picklist).
      - `startdate` string — Start date of contract in UTC format.
      - `statecode` integer — State (Picklist)
      - `statuscode` integer — Status (Picklist)
      - `supporthours` number, float — Monthly support hours.

## Response `200`

200

## Other responses

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

---

[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)
