Autenticación Autorización Filtros Hardware AuthFactor Cashier Common Companies Documents Entities ExternalApps Fiscal Funds Notifications Products Shared Users

categories resource

GET https://api.multinexo.comcompanies/{company_id}/categories

Attributes

name
create, read, update StringFilter Sortable
deleted
create, read, update DeletedFilter Sortable

Relationships

categories
has one of type: categories
pricelist_categories
has one of type: pricelist_categories
parentcategory
has one of type: parentcategory

Filter example

https://api.multinexo.comcompanies/{company_id}/categories?filter[name]=someValue

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/