POST api/connectslip/postreview
Request Information
URI Parameters
None.
Body Parameters
PostReviewRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ChapterId | integer |
None. |
|
| Title | string |
None. |
|
| ThankYouSlipId | integer |
None. |
|
| ToUserId | integer |
None. |
|
| ToProfileId | integer |
None. |
|
| Rating | byte |
None. |
|
| Comments | string |
None. |
|
| FromProfileId | integer |
None. |
|
| ReportToAdmin | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChapterId": 1,
"Title": "sample string 2",
"ThankYouSlipId": 3,
"ToUserId": 4,
"ToProfileId": 5,
"Rating": 64,
"Comments": "sample string 7",
"FromProfileId": 8,
"ReportToAdmin": true
}
application/xml, text/xml
Sample:
<PostReviewRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModelsLayer"> <ChapterId>1</ChapterId> <Comments>sample string 7</Comments> <FromProfileId>8</FromProfileId> <Rating>64</Rating> <ReportToAdmin>true</ReportToAdmin> <ThankYouSlipId>3</ThankYouSlipId> <Title>sample string 2</Title> <ToProfileId>5</ToProfileId> <ToUserId>4</ToUserId> </PostReviewRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.