---
title: "Create an Article"
method: POST
path: "/api/record/article"
---

# Create an Article

`POST /api/record/article`

## Request body

- object
  - `articlename` string, required — Article name (Primary)
  - `articlesubject` integer, required — Set the topic of the article (Picklist).
  - `articlebody` string — Long text body of the article.
  - `description` string — Description of up to 4,000 characters.
  - `ownerid` string — The GUID of the system user who created the record, can also be set manually. Will be used for permissions.
  - `statecode` integer — The state of the article. (Picklist)
  - `statuscode` integer — The status of the article. (Picklist)
  - `viewcount` integer — Editable number of times the article was viewed.

## Response `200`

200

## Other responses

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

---

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