GET api/LatestOffers/GetLatestOffersProductByProductId/{Id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LatestOffersSearchProductName | Description | Type | Additional information |
---|---|---|---|
Product_Id | integer |
None. |
|
Product | string |
None. |
|
Offer_Price | string |
None. |
|
Offer_Id | string |
None. |
|
Status | string |
None. |
|
Navigation_Id | integer |
None. |
|
Category | string |
None. |
|
FromDate | string |
None. |
|
ToDate | string |
None. |
|
SubNavigation_Id | integer |
None. |
|
ChildCategory | string |
None. |
|
Size_Id | integer |
None. |
|
Size | string |
None. |
|
Unit_Id | integer |
None. |
|
Unit | string |
None. |
|
Offer_Percentage | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Product_Id": 1, "Product": "sample string 2", "Offer_Price": "sample string 3", "Offer_Id": "sample string 4", "Status": "sample string 5", "Navigation_Id": 6, "Category": "sample string 7", "FromDate": "sample string 8", "ToDate": "sample string 9", "SubNavigation_Id": 10, "ChildCategory": "sample string 11", "Size_Id": 12, "Size": "sample string 13", "Unit_Id": 14, "Unit": "sample string 15", "Offer_Percentage": 16 }, { "$ref": "1" } ]
application/octet-stream
Sample:
[{"$id":"1","Product_Id":1,"Product":"sample string 2","Offer_Price":"sample string 3","Offer_Id":"sample string 4","Status":"sample string 5","Navigation_Id":6,"Category":"sample string 7","FromDate":"sample string 8","ToDate":"sample string 9","SubNavigation_Id":10,"ChildCategory":"sample string 11","Size_Id":12,"Size":"sample string 13","Unit_Id":14,"Unit":"sample string 15","Offer_Percentage":16},{"$ref":"1"}]