POST api/CMS/SendEmailForAppointments
Request Information
URI Parameters
None.
Body Parameters
AppointmentEmail| Name | Description | Type | Additional information |
|---|---|---|---|
| CoachName | string |
None. |
|
| CoachId | integer |
None. |
|
| CoachNumber | string |
None. |
|
| CoachEmailId | string |
None. |
|
| SubjectId | integer |
None. |
|
| SubjectName | string |
None. |
|
| LeadName | string |
None. |
|
| LeadEmailId | string |
None. |
|
| CoachRole | string |
None. |
|
| Produc | integer |
None. |
|
| MobileNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CoachName": "sample string 1",
"CoachId": 2,
"CoachNumber": "sample string 3",
"CoachEmailId": "sample string 4",
"SubjectId": 5,
"SubjectName": "sample string 6",
"LeadName": "sample string 7",
"LeadEmailId": "sample string 8",
"CoachRole": "sample string 9",
"Produc": 10,
"MobileNumber": "sample string 11"
}
application/xml, text/xml
Sample:
<AppointmentEmail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WordBankAPI.Models"> <CoachEmailId>sample string 4</CoachEmailId> <CoachId>2</CoachId> <CoachName>sample string 1</CoachName> <CoachNumber>sample string 3</CoachNumber> <CoachRole>sample string 9</CoachRole> <LeadEmailId>sample string 8</LeadEmailId> <LeadName>sample string 7</LeadName> <MobileNumber>sample string 11</MobileNumber> <Produc>10</Produc> <SubjectId>5</SubjectId> <SubjectName>sample string 6</SubjectName> </AppointmentEmail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>