POST api/connectslip/postthankyouslip
Request Information
URI Parameters
None.
Body Parameters
PostThankYouSlipRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ChapterId | integer |
None. |
|
| Title | string |
None. |
|
| ConnectSlipId | 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",
"ConnectSlipId": 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:
<PostThankYouSlipRequest 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> <ConnectSlipId>3</ConnectSlipId> <ConnectTypeId>64</ConnectTypeId> <FromProfileId>12</FromProfileId> <RecordTypeId>64</RecordTypeId> <Title>sample string 2</Title> <ToChapterId>7</ToChapterId> <ToProfileId>6</ToProfileId> <ToUserId>5</ToUserId> </PostThankYouSlipRequest>
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.