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

invoices resource

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

Attributes

perception
read
net
create, read, update numeric
total
create, read, update numeric
observation
create, read, update
discount_percent
create, read, update numeric
discount_amount
read numeric
show_amounts
create, read, update boolean
pdf_url
read
canceled
create, read, update
fiscal_observation
create, read, update
cae
read
cae_expiration_date
read
section
create, read, update enum (sales, purchases) EnumFilter Sortable
receipt_type
create, read, update enum (invoice, credit, debit) EnumFilter Sortable
letter
create, read, update LetterFilter Sortable
receipt_volume
create, read, update integer NumberFilter Sortable
receipt_number
create, read, update integer NumberFilter Sortable
status
create, read, update enum (draft, failed, queued, confirmed) EnumFilter Sortable
emission_date
create, read, update EmissionDateFilter Sortable

Relationships

currency
has one of type: currency
entity
has one of type: entity
fiscalpos
has one of type: fiscalpos
physicalpos
has one of type: physicalpos
seller
has one of type: seller
receipt
has one of type: receipt
cashier_entries
has one of type: cashier_entries
details
has one of type: details
orders
has one of type: orders
invoices
has one of type: invoices
quotations
has one of type: quotations

Filter example

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

JSON Resource Example

  {
    data: {
      type: invoices,
      id: 379,
      attributes: {
        perception: someValue,
        net: someValue,
        total: someValue,
        observation: someValue,
        discount_percent: someValue,
        discount_amount: someValue,
        show_amounts: true,
        pdf_url: someValue,
        canceled: someValue,
        fiscal_observation: someValue,
        cae: someValue,
        cae_expiration_date: someValue,
        section: someValue,
        receipt_type: someValue,
        letter: someValue,
        receipt_volume: someValue,
        receipt_number: someValue,
        status: someValue,
        emission_date: someValue
        },
      relationships: { 
         currency:{
          id: 420,
          type: currency
        },
      
         entity:{
          id: 166,
          type: entity
        },
      
         fiscalpos:{
          id: 264,
          type: fiscalpos
        },
      
         physicalpos:{
          id: 689,
          type: physicalpos
        },
      
         seller:{
          id: 960,
          type: seller
        },
      
         receipt:{
          id: 927,
          type: receipt
        },
      
         cashier_entries:{
          id: 181,
          type: cashier_entries
        },
      
         details:{
          id: 682,
          type: details
        },
      
         orders:{
          id: 608,
          type: orders
        },
      
         invoices:{
          id: 929,
          type: invoices
        },
      
         quotations:{
          id: 533,
          type: quotations
        }
      }
    }
  }

JSON-API Entry points

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

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