GET api/Rate/GetRateByRateId?rateId={rateId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| rateId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Rate| Name | 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"}