---
title: "Create a Competitor"
method: POST
path: "/api/record/competitor"
---

# Create a Competitor

`POST /api/record/competitor`

## Request body

- object
  - `competitorname` string, required — Name (Primary)
  - `description` string — Description of up to 4,000 characters.
  - `keyproduct` string — Name of the competitive product.
  - `numberofemployees` number, float — Number of employees
  - `o` string — Opportunities from the SWOT model.
  - `ownerid` string — The GUID of the system user who created the record, can also be set manually. Will be used for permissions.
  - `revenue` number, float — Revenue of the competition, precision set to .00
  - `s` string — Strengths from the SWOT model.
  - `shippingcity` string — Shipping city
  - `shippingcountry` string — Shipping country
  - `shippingstate` string — Shipping state
  - `shippingstreet` string — Shipping street
  - `shippingzipcode` string — Shipping zip code
  - `t` string — Threats from the SWOT model.
  - `w` string — Weaknesses from the SWOT model.
  - `websiteurl` string — Website of the competitor in URL format.

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