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
JSON Resource Example
{ data: { type: pricelist_products, id: 451, 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: 811, type: product }, pricelist:{ id: 284, type: pricelist } } } }
JSON-API Entry points
DELETE PATCH GET http://api.multinexo.com/v1/companies/{company_id}/pricelist_products/{resource_id}
POST http://api.multinexo.com/v1/companies/{company_id}/pricelist_products/