v1

latestOpenAPI 3.1.0Terms of services for Altera.app2026-07-13146285.1 KB
Configuration

Add/modify a product

This endpoint provides the means for adding/updating sale invoice products for later use in the system

post/company/products

Request body

productIdinteger
itemType'PRODUCT' | 'SERVICE'
productNamestring
unitstring
pricestring
vatPercstring
pkwiustring
gtustring
categoryinteger
favouriteboolean
enabledboolean

Example request

{
  "productId": 7638,
  "itemType": "PRODUCT",
  "productName": "Accurate made letter",
  "unit": "m2",
  "price": "98.00",
  "vatPerc": "23%",
  "pkwiu": "3.2.7",
  "gtu": "04",
  "category": 15465,
  "favourite": false,
  "enabled": false
}

Response

OK

resultstring