GET api/PriceTables/{pricelist}/Price/{width}/{height}/{paperweight}/{pagecount}/{quantity}
Retrieves a price for a given item configuration from a given price list.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pricelist |
The name of the price list to get the price from. |
string |
Required |
| width |
The weight of the item. |
decimal number |
Required |
| height |
The height of the item. |
decimal number |
Required |
| paperweight |
The paperweight of the item. |
integer |
Required |
| pagecount |
The page count of the item. |
integer |
Required |
| quantity |
The quantity of the item. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
decimal numberResponse Formats
application/json, text/json
Sample:
1.0
application/xml, text/xml
Sample:
<decimal xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</decimal>