POST api/connectslip/putconnectslip

Request Information

URI Parameters

None.

Body Parameters

PutConnectSlipRequest
NameDescriptionTypeAdditional information
ChapterId

integer

None.

Title

string

None.

ConnectSlipId

integer

None.

ToUserId

integer

None.

ToProfileId

integer

None.

ConnectTypeId

byte

None.

ConnectStatusIds

string

None.

ReferralHotness

byte

None.

ConnectName

string

None.

ConnectMobile

string

None.

ConnectEmail

string

None.

ConnectAddress

string

None.

Comments

string

None.

FromProfileId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ChapterId": 1,
  "Title": "sample string 2",
  "ConnectSlipId": 3,
  "ToUserId": 4,
  "ToProfileId": 5,
  "ConnectTypeId": 64,
  "ConnectStatusIds": "sample string 7",
  "ReferralHotness": 64,
  "ConnectName": "sample string 9",
  "ConnectMobile": "sample string 10",
  "ConnectEmail": "sample string 11",
  "ConnectAddress": "sample string 12",
  "Comments": "sample string 13",
  "FromProfileId": 14
}

application/xml, text/xml

Sample:
<PutConnectSlipRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModelsLayer">
  <ChapterId>1</ChapterId>
  <Comments>sample string 13</Comments>
  <ConnectAddress>sample string 12</ConnectAddress>
  <ConnectEmail>sample string 11</ConnectEmail>
  <ConnectMobile>sample string 10</ConnectMobile>
  <ConnectName>sample string 9</ConnectName>
  <ConnectSlipId>3</ConnectSlipId>
  <ConnectStatusIds>sample string 7</ConnectStatusIds>
  <ConnectTypeId>64</ConnectTypeId>
  <FromProfileId>14</FromProfileId>
  <ReferralHotness>64</ReferralHotness>
  <Title>sample string 2</Title>
  <ToProfileId>5</ToProfileId>
  <ToUserId>4</ToUserId>
</PutConnectSlipRequest>

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.