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: 675, attributes: { name: someValue, description: someValue, deleted: someValue, parent_id: someValue }, relationships: { cost_assignation_strategy:{ id: 113, type: cost_assignation_strategy }, costs:{ id: 823, type: costs }, cost_center_parent:{ id: 773, type: cost_center_parent }, cost_center_children:{ id: 131, 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/