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

transactions resource

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

Attributes

due_date
create, read
amount
create, read numeric
current_balance
read numeric
observations
create, read, update
created_at
read
pdf_url
read

Relationships

documents
has one of type: documents
entity
has one of type: entity
currency
has one of type: currency
cashier_entries
has one of type: cashier_entries

JSON Resource Example

  {
    data: {
      type: transactions,
      id: 984,
      attributes: {
        due_date: someValue,
        amount: someValue,
        current_balance: someValue,
        observations: someValue,
        created_at: someValue,
        pdf_url: someValue
        },
      relationships: { 
         documents:{
          id: 964,
          type: documents
        },
      
         entity:{
          id: 533,
          type: entity
        },
      
         currency:{
          id: 186,
          type: currency
        },
      
         cashier_entries:{
          id: 799,
          type: cashier_entries
        }
      }
    }
  }

JSON-API Entry points

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

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