---
title: "Create a Project"
method: POST
path: "/api/record/project"
---

# Create a Project

`POST /api/record/project`

## Request body

- 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.
  - `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)
