v1

latestOpenAPI 3.1.02026-07-242442479.7 KB

Create a Product

post/api/record/product

Request body

namestring required

Name of the product (Primary).

catalognumberstring

Catalog Number

categorycodeinteger

The category the product belongs to (Picklist).

descriptionstring

Description of up to 4,000 characters.

itempricenumber float

The price of one unit of the product.

itemquantitynumber float

The quantity of the product. Within orders and invoices, this field will be multiplied by the itemprice to get the total price of this product.

owneridstring

The GUID of the system user who created the record, can also be set manually. Will be used for permissions.

ProductCostnumber float

Cost spent on the product.

statuscodeinteger

Status of the product. If set to inactive, this product will not appear in the list of products in orders and invoices.

vendornamestring

Name of the vendor.

vendorpartnumberstring

Product number according to the vendor.

Response

200