WeightedPriceTables
The weighted price tables controller.
| API | Description |
|---|---|
| GET api/PriceTables |
Retrieves a list of all price tables. |
| GET api/PriceTables/{pricelist} |
Retrieves a list of price tables in a price list. |
| GET api/PriceTables/Names |
Retrieves a list of all price table names. |
| GET api/PriceTables/{pricelist}/{itemweight} |
Retrieves a price table in a price list with a given weight. |
| GET api/PriceTables/{pricelist}/Price/{width}/{height}/{paperweight}/{pagecount}/{quantity} |
Retrieves a price for a given item configuration from a given price list. |
| POST api/PriceTables |
Updates distribution prices using the given models. |