GET api/PriceTables/{pricelist}/{itemweight}
Retrieves a price table in a price list with a given weight.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pricelist |
The name of the price list to retrieve the price table for. |
string |
Required |
| itemweight |
The item weight of the price table to retrieve. |
decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.