---
title: "Batch Create Project Records"
method: POST
path: "/api/v3/record/project/batch/create"
---

# Batch Create Project Records

`POST /api/v3/record/project/batch/create`

## Request body

- object
  - `data` object[]
    - `projectname` string, required — Name of the project (Primary).
    - `accountid` string — The related account's GUID.
    - `budget` number, float — Budget
    - `duedate` string, date — Date the project must be completed by in UTC format.
    - `estimatedworktime` number, float — Estimated work time needed to complete the project.
    - `ownerid` string — The GUID of the system user who created the record, can also be set manually. Will be used for permissions.
    - `pcfcrmorderid` string — The related order's GUID.
    - `priority` integer — Priority (Picklist)
    - `statuscode` integer — Status (Picklist)

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