POST api/connectslip/getthankyouslips

Request Information

URI Parameters

None.

Body Parameters

GetThankYouSlipsRequest
NameDescriptionTypeAdditional information
ChapterId

integer

None.

Title

string

None.

ConnectSlipId

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

application/xml, text/xml

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

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.