---
title: "Create an Asset"
method: POST
path: "/api/record/accountproduct"
---

# Create an Asset

`POST /api/record/accountproduct`

## Request body

- object
  - `accountid` string, required — The related account's GUID.
  - `productid` string, required — The related product's GUID.
  - `description` string — Description of up to 4,000 characters.
  - `expiredate` string, date — UTC formatted date and time of expiration.
  - `installdate` string, date — UTC formatted date and time of installation.
  - `ordinalnumber` string — Used for identification of the asset, unique values are recommended.
  - `ownerid` string — The GUID of the system user who created the record, can also be set manually. Will be used for permissions.
  - `price` number, float — Price
  - `purchasedate` string, date — Date and time of the purchase in UTC format.
  - `quantity` number, float — Quantity of the selected product.
  - `service` string — Short description of the service.
  - `statuscode` integer — Status of the asset (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)
