futureprices resource
Attributes
- replacement_cost
-
create, read, update numeric
- fortype
-
create, read, update enum (cost, promotion, auto)
- date_from
-
create, read, update
- date_to
-
create, read, update
- stock_end
-
create, read, update
- sold_units
-
create, read, update
- activated
-
read
Relationships
- product
-
has one of type: product
- pricelist_products
-
has one of type: pricelist_products
JSON Resource Example
{ data: { type: futureprices, id: 587, attributes: { replacement_cost: someValue, fortype: someValue, date_from: someValue, date_to: someValue, stock_end: someValue, sold_units: someValue, activated: someValue }, relationships: { product:{ id: 472, type: product }, pricelist_products:{ id: 817, type: pricelist_products } } } }
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/futureprices/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/futureprices/