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

quotations resource

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

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
receipt_type
create, read, update enum (quotation)
section
create, read, update enum (sales, purchases) EnumFilter Sortable
status
create, read, update enum (confirmed, draft) EnumFilter Sortable
receipt_volume
create, read, update integer NumberFilter Sortable
receipt_number
create, read, update integer NumberFilter Sortable
emission_date
read EmissionDateFilter Sortable

Relationships

currency
has one of type: currency
entity
has one of type: entity
seller
has one of type: seller
orders
has one of type: orders
invoices
has one of type: invoices
details
has one of type: details

Filter example

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

JSON Resource Example

  {
    data: {
      type: quotations,
      id: 770,
      attributes: {
        net: someValue,
        total: someValue,
        observation: someValue,
        show_amounts: true,
        discount_percent: someValue,
        discount_amount: someValue,
        pdf_url: someValue,
        letter: someValue,
        receipt_type: someValue,
        section: someValue,
        status: someValue,
        receipt_volume: someValue,
        receipt_number: someValue,
        emission_date: someValue
        },
      relationships: { 
         currency:{
          id: 922,
          type: currency
        },
      
         entity:{
          id: 190,
          type: entity
        },
      
         seller:{
          id: 226,
          type: seller
        },
      
         orders:{
          id: 512,
          type: orders
        },
      
         invoices:{
          id: 610,
          type: invoices
        },
      
         details:{
          id: 743,
          type: details
        }
      }
    }
  }

JSON-API Entry points

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

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