POST api/connectslip/getconnectslips

Request Information

URI Parameters

None.

Body Parameters

GetConnectSlipsRequest
NameDescriptionTypeAdditional information
ChapterId

integer

None.

Title

string

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",
  "UserId": 3,
  "ProfileId": 4,
  "Keyword": "sample string 5",
  "PageNo": 6,
  "PageSize": 7
}

application/xml, text/xml

Sample:
<GetConnectSlipsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModelsLayer">
  <ChapterId>1</ChapterId>
  <Keyword>sample string 5</Keyword>
  <PageNo>6</PageNo>
  <PageSize>7</PageSize>
  <ProfileId>4</ProfileId>
  <Title>sample string 2</Title>
  <UserId>3</UserId>
</GetConnectSlipsRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.