POST api/advisee/sendemail
Request Information
URI Parameters
None.
Body Parameters
AppointmentPaidModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AdviseeUserId | string |
None. |
|
| AdvisorUserId | string |
None. |
|
| Price | string |
None. |
|
| DurationMinutes | integer |
None. |
|
| PaymentAccountHolder | string |
None. |
|
| PaymentEmail | string |
None. |
|
| PaymentIbanNo | string |
None. |
|
| PaymentBranch | string |
None. |
|
| PaymentVatNo | string |
None. |
|
| PaymentVat | string |
None. |
|
| Currency | string |
None. |
|
| EmailTemplate | string |
None. |
|
| EmailSubject | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AdviseeUserId": "sample string 1",
"AdvisorUserId": "sample string 2",
"Price": "sample string 3",
"DurationMinutes": 4,
"PaymentAccountHolder": "sample string 5",
"PaymentEmail": "sample string 6",
"PaymentIbanNo": "sample string 7",
"PaymentBranch": "sample string 8",
"PaymentVatNo": "sample string 9",
"PaymentVat": "sample string 10",
"Currency": "sample string 11",
"EmailTemplate": "sample string 12",
"EmailSubject": "sample string 13"
}
application/xml, text/xml
Sample:
<AppointmentPaidModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Co.Kes.Common.Models"> <AdviseeUserId>sample string 1</AdviseeUserId> <AdvisorUserId>sample string 2</AdvisorUserId> <Currency>sample string 11</Currency> <DurationMinutes>4</DurationMinutes> <EmailSubject>sample string 13</EmailSubject> <EmailTemplate>sample string 12</EmailTemplate> <PaymentAccountHolder>sample string 5</PaymentAccountHolder> <PaymentBranch>sample string 8</PaymentBranch> <PaymentEmail>sample string 6</PaymentEmail> <PaymentIbanNo>sample string 7</PaymentIbanNo> <PaymentVat>sample string 10</PaymentVat> <PaymentVatNo>sample string 9</PaymentVatNo> <Price>sample string 3</Price> </AppointmentPaidModel>
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.