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: 622,
attributes: {
replacement_cost: someValue,
fortype: someValue,
date_from: someValue,
date_to: someValue,
stock_end: someValue,
sold_units: someValue,
activated: someValue
},
relationships: {
product:{
id: 695,
type: product
},
pricelist_products:{
id: 392,
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/