---
title: "Create a Custom Object Record"
method: POST
path: "/api/record/{objectcode}"
---

# Create a Custom Object Record

`POST /api/record/{objectcode}`

## Path parameters

- `objectcode` integer, required

## Request body

- object
  - `name` string — Name (Primary)
  - `ownerid` string — The GUID of the system user who created the record, can also be set manually. Will be used for permissions.

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