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

currencies resource

GET https://api.multinexo.comcurrencies

Attributes

name
create, read, update
code_iso
create, read, update StringFilter Sortable
code_afip
create, read, update StringFilter Sortable
symbol
create, read, update
quotation_usd
create, read, update

Relationships

Filter example

https://api.multinexo.comcurrencies?filter[code_iso]=someValue

JSON Resource Example

  {
    data: {
      type: currencies,
      id: 653,
      attributes: {
        name: someValue,
        code_iso: someValue,
        code_afip: someValue,
        symbol: someValue,
        quotation_usd: someValue
        },
      relationships: { }
    }
  }

JSON-API Entry points

DELETE PATCH GET https://api.multinexo.comcurrencies/{resource_id}

POST https://api.multinexo.comcurrencies/