categories resource
Attributes
- name
- deleted
Relationships
- categories
-
has one of type: categories
- pricelist_categories
-
has one of type: pricelist_categories
- parentcategory
-
has one of type: parentcategory
Filter example
JSON Resource Example
{ data: { type: categories, id: 870, attributes: { name: someValue, deleted: someValue }, relationships: { categories:{ id: 337, type: categories }, pricelist_categories:{ id: 640, type: pricelist_categories }, parentcategory:{ id: 473, type: parentcategory } } } }
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/categories/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/categories/