pricelist_products resource
Attributes
- pricelist_id
-
create, read, update integer
- fortype
-
create, read, update
- client_value_number
-
create, read, update
- client_value_type
-
create, read, update
- client_price
-
read
- client_net_price
-
read
- subdist_value_number
-
create, read, update
- subdist_value_type
-
create, read, update
- subdist_price
-
read
- prevent_value_number
-
create, read, update
- prevent_value_type
-
create, read, update
- prevent_price
-
read
Relationships
- product
-
has one of type: product
- futureprice
-
has one of type: futureprice
- pricelist
-
has one of type: pricelist
JSON Resource Example
{
data: {
type: pricelist_products,
id: 813,
attributes: {
pricelist_id: someValue,
fortype: someValue,
client_value_number: someValue,
client_value_type: someValue,
client_price: someValue,
client_net_price: someValue,
subdist_value_number: someValue,
subdist_value_type: someValue,
subdist_price: someValue,
prevent_value_number: someValue,
prevent_value_type: someValue,
prevent_price: someValue
},
relationships: {
product:{
id: 123,
type: product
},
futureprice:{
id: 210,
type: futureprice
},
pricelist:{
id: 631,
type: pricelist
}
}
}
}
JSON-API Entry points
DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/pricelist_products/{resource_id}
POST https://api.multinexo.comcompanies/{company_id}/pricelist_products/