POST api/connectslip/postconnectslip
Request Information
URI Parameters
None.
Body Parameters
PostConnectSlipRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ChapterId | integer |
None. |
|
| Title | string |
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",
"ToUserId": 3,
"ToProfileId": 4,
"ConnectTypeId": 64,
"ConnectStatusIds": "sample string 6",
"ReferralHotness": 64,
"ConnectName": "sample string 8",
"ConnectMobile": "sample string 9",
"ConnectEmail": "sample string 10",
"ConnectAddress": "sample string 11",
"Comments": "sample string 12",
"FromProfileId": 13
}
application/xml, text/xml
Sample:
<PostConnectSlipRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModelsLayer"> <ChapterId>1</ChapterId> <Comments>sample string 12</Comments> <ConnectAddress>sample string 11</ConnectAddress> <ConnectEmail>sample string 10</ConnectEmail> <ConnectMobile>sample string 9</ConnectMobile> <ConnectName>sample string 8</ConnectName> <ConnectStatusIds>sample string 6</ConnectStatusIds> <ConnectTypeId>64</ConnectTypeId> <FromProfileId>13</FromProfileId> <ReferralHotness>64</ReferralHotness> <Title>sample string 2</Title> <ToProfileId>4</ToProfileId> <ToUserId>3</ToUserId> </PostConnectSlipRequest>
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.