details resource
Attributes
- qty
-
create, read, update numeric
- product_name
-
create, read, update
- cost
-
create, read, update numeric
- net
-
create, read, update numeric
- price
-
create, read, update numeric
- commission
-
create, read, update numeric
- document_id
-
create, read, update numeric
Relationships
JSON Resource Example
{ data: { type: details, id: 528, attributes: { qty: someValue, product_name: someValue, cost: someValue, net: someValue, price: someValue, commission: someValue, document_id: someValue }, relationships: { product:{ id: 880, type: product }, document:{ id: 552, type: document } } } }
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/details/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/details/