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

cost_assignation_percents resource

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

Attributes

percent
create, read, update

Relationships

cost_center
has one of type: cost_center
cost_assignation_strategy

JSON Resource Example

  {
    data: {
      type: cost_assignation_percents,
      id: 353,
      attributes: {
        percent: someValue
        },
      relationships: { 
         cost_center:{
          id: 773,
          type: cost_center
        },
      
         cost_assignation_strategy:{
          id: 571,
          type: cost_assignation_strategy
        }
      }
    }
  }

JSON-API Entry points

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

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