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: 694,
attributes: {
name: someValue,
deleted: someValue
},
relationships: {
categories:{
id: 168,
type: categories
},
pricelist_categories:{
id: 171,
type: pricelist_categories
},
parentcategory:{
id: 650,
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/