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

physicalpos resource

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

Attributes

number
create, read, update integer StringFilter Sortable
enabled
create, read, update boolean BooleanFilter Sortable
alias
create, read, update LikeFilter Sortable
mercadopago_qr_url
read
mercadopago_qr_pdf
read

Relationships

cashier_balances
has one of type: cashier_balances

Filter example

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

JSON Resource Example

  {
    data: {
      type: physicalpos,
      id: 761,
      attributes: {
        number: someValue,
        enabled: true,
        alias: someValue,
        mercadopago_qr_url: someValue,
        mercadopago_qr_pdf: someValue
        },
      relationships: { 
         cashier_balances:{
          id: 413,
          type: cashier_balances
        }
      }
    }
  }

JSON-API Entry points

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

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