GET api/Rate/GetAllRate
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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:
[ { "$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" }, { "$ref": "1" } ]
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"},{"$ref":"1"}]