POST api/Rate/UpdateRate
Request Information
URI Parameters
None.
Body Parameters
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. |
Request 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"}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream
Sample:
Sample not available.