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

revenues resource

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

Attributes

cost
create, read, update
commission
create, read, update
total
create, read, update
revenue
create, read, update
date
create, read, update DateFilter Sortable

Relationships

Filter example

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

JSON Resource Example

  {
    data: {
      type: revenues,
      id: 191,
      attributes: {
        cost: someValue,
        commission: someValue,
        total: someValue,
        revenue: someValue,
        date: someValue
        },
      relationships: { }
    }
  }

JSON-API Entry points

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

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