v1

latestOpenAPI 3.0.32026-07-268955212.1 KB
items

Create an item

Creates a new item for the company.

Scope: items:write

post/companies/{companyId}/items

Request body

OR

Example request

{
  "id": "fc967153-1f8a-48d0-b773-fe3e61978263",
  "description": "Product 1",
  "itemType": "salesItem",
  "productType": "goods",
  "unitType": "piece",
  "unitPrice": 100,
  "taxRate": 25,
  "bookkeepingAccountNumber": 3920
}

Response

Item created

OR

Example response

{
  "id": "fc967153-1f8a-48d0-b773-fe3e61978263",
  "description": "Product 1",
  "itemType": "salesItem",
  "productType": "goods",
  "unitType": "piece",
  "unitPrice": 100,
  "taxRate": 25,
  "bookkeepingAccountNumber": 3920
}