GET api/Product/Price?SupplierID={SupplierID}&ProductID={ProductID}&Width={Width}&Height={Height}&SlatOrFabricID={SlatOrFabricID}&ColourID={ColourID}
Get the base product price
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SupplierID |
Supplier System ID. |
integer |
Required |
| ProductID |
Product System ID. |
integer |
Required |
| Width |
Width. |
integer |
Required |
| Height |
Height |
integer |
Required |
| SlatOrFabricID |
The slat or fabric System ID. |
integer |
Required |
| ColourID |
Colour System ID. |
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>