cURL
curl --request POST \ --url https://api.altera.co/company/products/categories \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "CompanyProductCategory_Id": 15451, "CompanyProductCategoryName": "Youth", "enabled": false } '
{ "result": "OK", "data": { "categoryId": 15451 } }
This endpoint provides the means for adding/updating sale invoice Categories for later use in the system
OpenApi Key created within Altera.app for a certain company
Required if performing update
OK
Show child attributes
Was this page helpful?