PUT api/Products/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
FB_Product| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| CategoryID | integer |
None. |
|
| BrandID | integer |
None. |
|
| PrimaryImageID | integer |
None. |
|
| Title | string |
None. |
|
| SEOKeywords | string |
None. |
|
| SEODescription | string |
None. |
|
| ShortDescription | string |
None. |
|
| Description | string |
None. |
|
| Price | decimal number |
None. |
|
| ProductStatus | integer |
None. |
|
| QuoteCount | integer |
None. |
|
| ManufacturingDate | date |
None. |
|
| CreateDate | date |
None. |
|
| LastUpdateDate | date |
None. |
|
| IsHotProduct | boolean |
None. |
|
| HotProductPrice | decimal number |
None. |
|
| LastVisitDate | date |
None. |
|
| ViewCount | integer |
None. |
|
| PinterestID | string |
None. |
|
| FB_Brand | FB_Brand |
None. |
|
| FB_Category | FB_Category |
None. |
|
| FB_Images | Collection of FB_Images |
None. |
|
| FB_ProductReview | Collection of FB_ProductReview |
None. |
|
| FB_Offer | Collection of FB_Offer |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.