Links
Comment on page
🛍

Article categories

This page provides a description of the available API routes for managing article category.
Each product or service within the PORTOS system is linked to a specific category (e.g. desserts, soups, meals, ...), which is referred to as the article category. This categorization helps in organizing and classifying items, allowing for efficient management and navigation within the system.
Article category is represented by ArticleCategory class.

API methods

get
http://{server-address}
/articlecategories
Get article categories
get
http://{server-address}
/articlecategories/{label}
Get article category by label
post
http://{server-address}
/articlecategories
Create article category
put
http://{server-address}
/articlecategories/{label}
Create or update article category
delete
http://{server-address}
/articlecategories/{label}
Delete article category by label