GET api/Rate/GetRateByVendorIdAndProductId?vendroeId={vendroeId}&productId={productId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
vendroeId | integer |
Required |
|
productId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RateName | Description | Type | Additional information |
---|---|---|---|
Rate_Id | integer |
None. |
|
Product_Id | integer |
None. |
|
Product | string |
None. |
|
Size_Id | integer |
None. |
|
Size | string |
None. |
|
Vendor_Id | integer |
None. |
|
Vendor | string |
None. |
|
Price | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Rate_Id": 1, "Product_Id": 2, "Product": "sample string 3", "Size_Id": 4, "Size": "sample string 5", "Vendor_Id": 6, "Vendor": "sample string 7", "Price": "sample string 8" }
application/octet-stream
Sample:
{"$id":"1","Rate_Id":1,"Product_Id":2,"Product":"sample string 3","Size_Id":4,"Size":"sample string 5","Vendor_Id":6,"Vendor":"sample string 7","Price":"sample string 8"}