v1

latestOpenAPI 3.0.32026-07-268955212.1 KB
items

Update an item

Update an existing item for the company.

Scope: items:write

put/companies/{companyId}/items/{itemId}

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 updated

OR

Example response

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