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

no_fiscal_documents resource

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

Attributes

receipt_number
create, read, update integer
receipt_volume
create, read, update integer
emission_date
create, read, update
observation
create, read, update
status
create, read, update enum (draft, failed, queued, confirmed)

Relationships

currency
has one of type: currency
physicalpos
has one of type: physicalpos
entity
has one of type: entity
receipt
has one of type: receipt

JSON Resource Example

  {
    data: {
      type: no_fiscal_documents,
      id: 979,
      attributes: {
        receipt_number: someValue,
        receipt_volume: someValue,
        emission_date: someValue,
        observation: someValue,
        status: someValue
        },
      relationships: { 
         currency:{
          id: 931,
          type: currency
        },
      
         physicalpos:{
          id: 940,
          type: physicalpos
        },
      
         entity:{
          id: 543,
          type: entity
        },
      
         receipt:{
          id: 410,
          type: receipt
        }
      }
    }
  }

JSON-API Entry points

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

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