GET api/Product/CalculateProductProperty?ProductPropertyID={ProductPropertyID}&Width={Width}&Height={Height}&Quantity={Quantity}
Calculates the product property.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductPropertyID |
Product property identifier. |
integer |
None. |
| Width |
Width. |
integer |
None. |
| Height |
Height. |
integer |
None. |
| Quantity |
Quantity. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
PriceResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Price | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"Price": 1.0
}
application/xml, text/xml
Sample:
<PriceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DecorDepot.API.Models"> <Price>1</Price> </PriceResult>