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

costs resource

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

Attributes

description
create, read, update
amount
create, read, update numeric

Relationships

cost_center
has one of type: cost_center
document
has one of type: document

JSON Resource Example

  {
    data: {
      type: costs,
      id: 955,
      attributes: {
        description: someValue,
        amount: someValue
        },
      relationships: { 
         cost_center:{
          id: 698,
          type: cost_center
        },
      
         document:{
          id: 253,
          type: document
        }
      }
    }
  }

JSON-API Entry points

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

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