cost_centers resource
Attributes
- name
- description
-
create, read, update
- deleted
- parent_id
Relationships
- cost_assignation_strategy
-
has one of type: cost_assignation_strategy
- costs
-
has one of type: costs
- cost_center_parent
-
has one of type: cost_center_parent
- cost_center_children
-
has one of type: cost_center_children
Filter example
JSON Resource Example
{
data: {
type: cost_centers,
id: 197,
attributes: {
name: someValue,
description: someValue,
deleted: someValue,
parent_id: someValue
},
relationships: {
cost_assignation_strategy:{
id: 805,
type: cost_assignation_strategy
},
costs:{
id: 121,
type: costs
},
cost_center_parent:{
id: 526,
type: cost_center_parent
},
cost_center_children:{
id: 860,
type: cost_center_children
}
}
}
}
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/cost_centers/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/cost_centers/