GET api/LatestOffers/GetLatestOffersProductByProductName?Name={Name}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LatestOffersProductName | Description | Type | Additional information |
---|---|---|---|
Product_Id | integer |
None. |
|
Product | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Product_Id": 1, "Product": "sample string 2" }, { "$ref": "1" } ]
application/octet-stream
Sample:
[{"$id":"1","Product_Id":1,"Product":"sample string 2"},{"$ref":"1"}]