POST api/products/getProduct?name={name}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ProductData| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Price | decimal number |
None. |
|
| DiscountPercent | decimal number |
None. |
|
| DiscountPrice | decimal number |
None. |
|
| PackQuantity | decimal number |
None. |
|
| PackPrice | decimal number |
None. |
|
| QuantitySteps | decimal number |
None. |
|
| Name | string |
None. |
|
| ShortDescription | string |
None. |
|
| PrimaryImage | string |
None. |
|
| SecondaryImages | Collection of string |
None. |
|
| DisplayPrice | string |
None. |
|
| NotForSale | boolean |
None. |
|
| LinedPrice | string |
None. |
|
| IsPropertiesPrice | boolean |
None. |
|
| IsPropertiesInventory | boolean |
None. |
|
| Inventory | decimal number |
None. |
|
| Quantity | decimal number |
None. |
|
| MaxQuantity | decimal number |
None. |
|
| Notes | string |
None. |
|
| ProductBrochure | string |
None. |
|
| CrossSections | string |
None. |
|
| Properties | Collection of PropertyData |
None. |
|
| DisplayProperties | Collection of string |
None. |
|
| PropertyPrices | Collection of PropertyPriceData |
None. |
|
| PropertyInventories | Collection of PropertyInventoryData |
None. |
|
| ProductsDetails | Collection of ProductsDetail |
None. |
|
| Compatibilities | Collection of CompatibilityData |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.