POST api/connectslip/putthankyouslip

Request Information

URI Parameters

None.

Body Parameters

PutThankYouSlipRequest
NameDescriptionTypeAdditional information
ChapterId

integer

None.

Title

string

None.

ThankYouSlipId

integer

None.

RecordTypeId

byte

None.

ToUserId

integer

None.

ToProfileId

integer

None.

ToChapterId

integer

None.

ConnectTypeId

byte

None.

BusinessTypeId

byte

None.

Amount

decimal number

None.

Comments

string

None.

FromProfileId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ChapterId": 1,
  "Title": "sample string 2",
  "ThankYouSlipId": 3,
  "RecordTypeId": 64,
  "ToUserId": 5,
  "ToProfileId": 6,
  "ToChapterId": 7,
  "ConnectTypeId": 64,
  "BusinessTypeId": 64,
  "Amount": 10.0,
  "Comments": "sample string 11",
  "FromProfileId": 12
}

application/xml, text/xml

Sample:
<PutThankYouSlipRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModelsLayer">
  <Amount>10</Amount>
  <BusinessTypeId>64</BusinessTypeId>
  <ChapterId>1</ChapterId>
  <Comments>sample string 11</Comments>
  <ConnectTypeId>64</ConnectTypeId>
  <FromProfileId>12</FromProfileId>
  <RecordTypeId>64</RecordTypeId>
  <ThankYouSlipId>3</ThankYouSlipId>
  <Title>sample string 2</Title>
  <ToChapterId>7</ToChapterId>
  <ToProfileId>6</ToProfileId>
  <ToUserId>5</ToUserId>
</PutThankYouSlipRequest>

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.