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

fiscalpos resource

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

Attributes

number
create, read, update StringFilter Sortable
pos_type
create, read, update enum (manual_a, manual_b, manual_c, manual_e, fiscal_printer, electronic) EnumFilter Sortable
status
create, read, update EnumFilter Sortable
enabled
create, read, update EnumFilter Sortable
fiscaltoken
create, read, update
max_items_per_invoice
create, read, update numeric
max_amount_per_invoice
create, read, update numeric

Relationships

Filter example

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

JSON Resource Example

  {
    data: {
      type: fiscalpos,
      id: 377,
      attributes: {
        number: someValue,
        pos_type: someValue,
        status: someValue,
        enabled: someValue,
        fiscaltoken: someValue,
        max_items_per_invoice: someValue,
        max_amount_per_invoice: someValue
        },
      relationships: { }
    }
  }

JSON-API Entry points

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

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