POST api/connectslip/getreviews
Request Information
URI Parameters
None.
Body Parameters
GetReviewsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ChapterId | integer |
None. |
|
| Title | string |
None. |
|
| ThankYouSlipId | integer |
None. |
|
| UserId | integer |
None. |
|
| ProfileId | integer |
None. |
|
| Keyword | string |
None. |
|
| PageNo | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChapterId": 1,
"Title": "sample string 2",
"ThankYouSlipId": 3,
"UserId": 4,
"ProfileId": 5,
"Keyword": "sample string 6",
"PageNo": 7,
"PageSize": 8
}
application/xml, text/xml
Sample:
<GetReviewsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModelsLayer"> <ChapterId>1</ChapterId> <Keyword>sample string 6</Keyword> <PageNo>7</PageNo> <PageSize>8</PageSize> <ProfileId>5</ProfileId> <ThankYouSlipId>3</ThankYouSlipId> <Title>sample string 2</Title> <UserId>4</UserId> </GetReviewsRequest>
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.