inventories resource
Attributes
- qty
-
create, read
- current_stock_qty
-
create, read
- unit_price
-
create, read
- total_price
-
create, read
- total
-
create, read
- created_at
-
read
Relationships
JSON Resource Example
{
data: {
type: inventories,
id: 314,
attributes: {
qty: someValue,
current_stock_qty: someValue,
unit_price: someValue,
total_price: someValue,
total: someValue,
created_at: someValue
},
relationships: {
product:{
id: 783,
type: product
},
document:{
id: 357,
type: document
}
}
}
}
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/inventories/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/inventories/