POST api/LabEnqCompletedRating
Request Information
URI Parameters
None.
Body Parameters
LabsReview| Name | Description | Type | Additional information |
|---|---|---|---|
| LAB_ID | string |
None. |
|
| LAB_ENQ_ID | string |
None. |
|
| FARMER_ID | string |
None. |
|
| RATING | string |
None. |
|
| REVIEW | string |
None. |
|
| EXTRA1 | string |
None. |
|
| EXTRA2 | string |
None. |
|
| EXTRA3 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LAB_ID": "sample string 1",
"LAB_ENQ_ID": "sample string 2",
"FARMER_ID": "sample string 3",
"RATING": "sample string 4",
"REVIEW": "sample string 5",
"EXTRA1": "sample string 6",
"EXTRA2": "sample string 7",
"EXTRA3": "sample string 8"
}
application/xml, text/xml
Sample:
<LabsReview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Agroverse.Models"> <EXTRA1>sample string 6</EXTRA1> <EXTRA2>sample string 7</EXTRA2> <EXTRA3>sample string 8</EXTRA3> <FARMER_ID>sample string 3</FARMER_ID> <LAB_ENQ_ID>sample string 2</LAB_ENQ_ID> <LAB_ID>sample string 1</LAB_ID> <RATING>sample string 4</RATING> <REVIEW>sample string 5</REVIEW> </LabsReview>
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. |