POST email/TripleLotusGP
Request Information
URI Parameters
None.
Body Parameters
TripleLotusGP| Name | Description | Type | Additional information |
|---|---|---|---|
| Package | string |
None. |
|
| FirstName | string |
None. |
|
| Surname | string |
None. |
|
| ContactNumber | string |
None. |
|
| EmailAddress | string |
None. |
|
| Relationship | string |
None. |
|
| StudentAmount | string |
None. |
|
| StudentNames | string |
None. |
|
| SchoolLevel | string |
None. |
|
| Subjects | string |
None. |
|
| TutorType | string |
None. |
|
| WhyJoin | string |
None. |
|
| WDYFU | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Package": "sample string 1",
"FirstName": "sample string 2",
"Surname": "sample string 3",
"ContactNumber": "sample string 4",
"EmailAddress": "sample string 5",
"Relationship": "sample string 6",
"StudentAmount": "sample string 7",
"StudentNames": "sample string 8",
"SchoolLevel": "sample string 9",
"Subjects": "sample string 10",
"TutorType": "sample string 11",
"WhyJoin": "sample string 12",
"WDYFU": "sample string 13"
}
application/xml, text/xml
Sample:
<TripleLotusGP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommunicationController.Business.Entities"> <ContactNumber>sample string 4</ContactNumber> <EmailAddress>sample string 5</EmailAddress> <FirstName>sample string 2</FirstName> <Package>sample string 1</Package> <Relationship>sample string 6</Relationship> <SchoolLevel>sample string 9</SchoolLevel> <StudentAmount>sample string 7</StudentAmount> <StudentNames>sample string 8</StudentNames> <Subjects>sample string 10</Subjects> <Surname>sample string 3</Surname> <TutorType>sample string 11</TutorType> <WDYFU>sample string 13</WDYFU> <WhyJoin>sample string 12</WhyJoin> </TripleLotusGP>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.