POST User/review_add
Request Information
URI Parameters
None.
Body Parameters
_review| Name | Description | Type | Additional information |
|---|---|---|---|
| bid | integer |
None. |
|
| desc | string |
None. |
|
| rating | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"bid": 1,
"desc": "sample string 2",
"rating": 3
}
application/xml, text/xml
Sample:
<_review xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProjectApi.Models"> <bid>1</bid> <desc>sample string 2</desc> <rating>3</rating> </_review>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
JsonResultOf_result| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | _result |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.