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

cashier_balances resource

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

Attributes

balance_amount
read
pdf_url
read
from
read DateFilter Sortable
to
create, read, update DateFilter Sortable
report_type
create, read, update enum (confirmed, draft) EnumFilter Sortable
physicalpos_id
read integer StringFilter Sortable
date

Relationships

cashier_balance_details
has one of type: cashier_balance_details
cashier_balance_current_accounts
physicalpos
has one of type: physicalpos

Filter example

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

JSON Resource Example

  {
    data: {
      type: cashier_balances,
      id: 351,
      attributes: {
        balance_amount: someValue,
        pdf_url: someValue,
        from: someValue,
        to: someValue,
        report_type: someValue,
        physicalpos_id: someValue,
        date: someValue
        },
      relationships: { 
         cashier_balance_details:{
          id: 641,
          type: cashier_balance_details
        },
      
         cashier_balance_current_accounts:{
          id: 589,
          type: cashier_balance_current_accounts
        },
      
         physicalpos:{
          id: 546,
          type: physicalpos
        }
      }
    }
  }

JSON-API Entry points

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

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