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

pricelist_categories resource

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

Attributes

client_value_number
create, read, update
client_value_type
create, read, update
subdist_value_number
create, read, update
subdist_value_type
create, read, update
prevent_value_number
create, read, update
prevent_value_type
create, read, update
pricelist_id
create, read, update
created_at
read
updated_at
read

Relationships

category
has one of type: category
pricelist
has one of type: pricelist

JSON Resource Example

  {
    data: {
      type: pricelist_categories,
      id: 579,
      attributes: {
        client_value_number: someValue,
        client_value_type: someValue,
        subdist_value_number: someValue,
        subdist_value_type: someValue,
        prevent_value_number: someValue,
        prevent_value_type: someValue,
        pricelist_id: someValue,
        created_at: someValue,
        updated_at: someValue
        },
      relationships: { 
         category:{
          id: 162,
          type: category
        },
      
         pricelist:{
          id: 453,
          type: pricelist
        }
      }
    }
  }

JSON-API Entry points

DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/pricelist_categories/{resource_id}

POST https://api.multinexo.comcompanies/{company_id}/pricelist_categories/