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

pricelist_reports resource

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

Attributes

name
create, read, update
pdf_url
read

Relationships

entities
has one of type: entities
pricelists
has one of type: pricelists

JSON Resource Example

  {
    data: {
      type: pricelist_reports,
      id: 637,
      attributes: {
        name: someValue,
        pdf_url: someValue
        },
      relationships: { 
         entities:{
          id: 263,
          type: entities
        },
      
         pricelists:{
          id: 966,
          type: pricelists
        }
      }
    }
  }

JSON-API Entry points

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

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