Skip to main content
POST
cURL

Field support per integration

If you’re not using the Interactive Authentication Flow, make sure the query parameters environmentName and companyId are correctly populated. You can obtain these values by using the GET Environments and GET Companies endpoints available under the Authentication section.
Supported request parameters:
string
string
required
boolean
enum
Available options: PRODUCT, SERVICE
string
number
number
Supported request parameters:
string
string
string
string
string
string
required
number
enum
required
Available options: PRODUCT, SERVICE
number
number
If you’re not using the Interactive Authentication Flow, make sure the query parameter companyId is correctly populated. You can obtain this value by using the GET Companies endpoint available under the Authentication section. Please use the id field as the companyId.
Supported request parameters:
string
required
string
required
enum
Available options: PRODUCT, SERVICE
number
enum
Available options: HOUR, KILOGRAM, LITRE, METRE, MILLILITRE, MILLIGRAM, PACK, SQUARE_METRE, TONNE, UNIT, CUBIC_METRE, DAY, GRAM, KILOMETRE, MONTH, NIGHT, NOT_UNIT, PERCENTAGE
Customized values are supported.

Headers

X-API-KEY
string
required

API key

X-ACCOUNT-KEY
string
required

Account key

Query Parameters

companyId
string
environmentName
string

Body

application/json
assetAccountId
string
Example:

"80"

expenseAccountId
string
Example:

"81"

incomeAccountId
string
Example:

"79"

inventoryStartDate
string
Example:

"2021-01-01"

itemNumber
string
Example:

"12345-A"

name
string
Example:

"Handmade Plastic Chair"

priceIncludesTax
boolean
Example:

true

stockCount
number
Example:

11

taxCode
string
Example:

"TAX19"

taxRatePercentage
number
Example:

19

type
enum<string>
Available options:
PRODUCT,
SERVICE
Example:

"PRODUCT"

unitName
Available options:
PIECE,
STÜCK,
NOT_UNIT,
CUBIC_METRE,
DAY,
GRAM,
HOUR,
KILOGRAM,
KILOMETRE,
LITRE,
METRE,
MILLIGRAM,
MILLILITRE,
MONTH,
NIGHT,
PACK,
PERCENTAGE,
SQUARE_METRE,
TONNE,
UNIT
Example:

"PIECE"

unitPurchasePrice
number
Example:

10

unitSalesPrice
number
Example:

20.5

Response

200 - application/json
meta
object
data
object
Last modified on July 9, 2026