costs resource
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: 134,
attributes: {
description: someValue,
amount: someValue
},
relationships: {
cost_center:{
id: 794,
type: cost_center
},
document:{
id: 529,
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/