POST api/ADD_Product_Review
Request Information
URI Parameters
None.
Body Parameters
AED_PROUCT_REVIEWS| Name | Description | Type | Additional information |
|---|---|---|---|
| FARMER_ID | string |
None. |
|
| PRODUCT_ID | string |
None. |
|
| PRODUCT_RATING | string |
None. |
|
| PRODUCT_REMARK | string |
None. |
|
| EXTRA1 | string |
None. |
|
| EXTRA2 | string |
None. |
|
| EXTRA3 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FARMER_ID": "sample string 1",
"PRODUCT_ID": "sample string 2",
"PRODUCT_RATING": "sample string 3",
"PRODUCT_REMARK": "sample string 4",
"EXTRA1": "sample string 5",
"EXTRA2": "sample string 6",
"EXTRA3": "sample string 7"
}
application/xml, text/xml
Sample:
<AED_PROUCT_REVIEWS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Agroverse.Models"> <EXTRA1>sample string 5</EXTRA1> <EXTRA2>sample string 6</EXTRA2> <EXTRA3>sample string 7</EXTRA3> <FARMER_ID>sample string 1</FARMER_ID> <PRODUCT_ID>sample string 2</PRODUCT_ID> <PRODUCT_RATING>sample string 3</PRODUCT_RATING> <PRODUCT_REMARK>sample string 4</PRODUCT_REMARK> </AED_PROUCT_REVIEWS>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |