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

cost_reports resource

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

Attributes

from
create, read, update DateFilter Sortable
to
create, read, update DateFilter Sortable
total
read numeric
pdf_url
read

Relationships

Filter example

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

JSON Resource Example

  {
    data: {
      type: cost_reports,
      id: 399,
      attributes: {
        from: someValue,
        to: someValue,
        total: someValue,
        pdf_url: someValue
        },
      relationships: { }
    }
  }

JSON-API Entry points

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

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