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
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?