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

orders resource

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

Attributes

net
create, read, update numeric
total
create, read, update numeric
observation
create, read, update
show_amounts
create, read, update boolean
discount_percent
create, read, update numeric
discount_amount
read numeric
pdf_url
read
letter
read
status
create, read, update enum (confirmed, draft) EnumFilter Sortable
section
create, read, update enum (sales, purchases) EnumFilter Sortable
receipt_type
create, read, update enum (order_sell, order_buy) EnumFilter Sortable
receipt_volume
create, read, update integer NumberFilter Sortable
receipt_number
create, read, update integer NumberFilter Sortable
emission_date
create, read, update EmissionDateFilter Sortable
has_costs
read HasCostsFilter Sortable

Relationships

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

Filter example

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

JSON Resource Example

  {
    data: {
      type: orders,
      id: 261,
      attributes: {
        net: someValue,
        total: someValue,
        observation: someValue,
        show_amounts: true,
        discount_percent: someValue,
        discount_amount: someValue,
        pdf_url: someValue,
        letter: someValue,
        status: someValue,
        section: someValue,
        receipt_type: someValue,
        receipt_volume: someValue,
        receipt_number: someValue,
        emission_date: someValue,
        has_costs: someValue
        },
      relationships: { 
         currency:{
          id: 390,
          type: currency
        },
      
         entity:{
          id: 902,
          type: entity
        },
      
         physicalpos:{
          id: 973,
          type: physicalpos
        },
      
         details:{
          id: 862,
          type: details
        },
      
         invoices:{
          id: 748,
          type: invoices
        },
      
         quotations:{
          id: 972,
          type: quotations
        },
      
         orders:{
          id: 807,
          type: orders
        },
      
         cashier_entries:{
          id: 996,
          type: cashier_entries
        },
      
         costs:{
          id: 976,
          type: costs
        },
      
         seller:{
          id: 516,
          type: seller
        }
      }
    }
  }

JSON-API Entry points

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

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