cURL
curl --request POST \ --url https://api.altera.co/company/products \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "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 }'
{ "result": "OK", "data": { "productId": 7638 } }
This endpoint provides the means for adding/updating sale invoice products for later use in the system
OpenApi Key created within Altera.app for a certain company
OK
The response is of type object.
object
Was this page helpful?