POST Api/Alohaaba/Subscriberinfo/NewSubScriber/Signup
Request Information
URI Parameters
None.
Body Parameters
SignupModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Organization | string |
None. |
|
| Name | string |
None. |
|
| string |
None. |
||
| Position | string |
None. |
|
| Phone | string |
None. |
|
| Plan | string |
None. |
|
| Street | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| ZipCode | string |
None. |
|
| ReferralCode | string |
None. |
|
| InterestedIn | string |
None. |
|
| StaffCount | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Organization": "sample string 1",
"Name": "sample string 2",
"Email": "sample string 3",
"Position": "sample string 4",
"Phone": "sample string 5",
"Plan": "sample string 6",
"Street": "sample string 7",
"City": "sample string 8",
"State": "sample string 9",
"ZipCode": "sample string 10",
"ReferralCode": "sample string 11",
"InterestedIn": "sample string 12",
"StaffCount": "sample string 13"
}
application/xml, text/xml
Sample:
<SignupModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALOHA.GLOBAL.Models.Alohaaba"> <City>sample string 8</City> <Email>sample string 3</Email> <InterestedIn>sample string 12</InterestedIn> <Name>sample string 2</Name> <Organization>sample string 1</Organization> <Phone>sample string 5</Phone> <Plan>sample string 6</Plan> <Position>sample string 4</Position> <ReferralCode>sample string 11</ReferralCode> <StaffCount>sample string 13</StaffCount> <State>sample string 9</State> <Street>sample string 7</Street> <ZipCode>sample string 10</ZipCode> </SignupModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |