POST api/order/OnlineSignup?sponsorRepDID={sponsorRepDID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sponsorRepDID | string |
Required |
Body Parameters
OnlineSignupViewModelName | Description | Type | Additional information |
---|---|---|---|
ID |
The identifier of the online signup. |
integer |
None. |
Guid |
The unique identifier. |
globally unique identifier |
None. |
FirstName |
The first name of the enrollee. |
string |
None. |
LastName |
The last name of the enrollee. |
string |
None. |
Company |
The company name of the enrollee. Do not send when it is not a company. |
string |
None. |
BillStreet1 |
The billing street1 of the enrollee. |
string |
None. |
BillStreet2 |
The billing street2 of the enrollee. |
string |
None. |
BillCity |
The billing city of the enrollee. |
string |
None. |
BillState |
The billing state of the enrollee. |
string |
None. |
BillPostalCode |
The billing postal code of the enrollee. |
string |
None. |
BillCounty |
The billing county of the enrollee. |
string |
None. |
BillCountry |
The billing country of the enrollee. |
string |
None. |
ShipStreet1 |
The shipping street1 of the enrollee. |
string |
None. |
ShipStreet2 |
The shipping street2 of the enrollee. |
string |
None. |
ShipCity |
The shipping city of the enrollee. |
string |
None. |
ShipState |
The shipping state of the enrollee. |
string |
None. |
ShipPostalCode |
The shipping postal code of the enrollee. |
string |
None. |
ShipCounty |
The shipping county of the enrollee. |
string |
None. |
ShipCountry |
The shipping country of the enrollee. |
string |
None. |
The email of the enrollee. |
string |
None. |
|
TaxID |
The tax identifier of the enrollee. |
string |
None. |
Password |
The password of the enrollee. |
string |
None. |
Phone1 |
The phone number 1 of the enrollee. |
string |
None. |
Phone2 |
The phone number 2 of the enrollee. |
string |
None. |
Phone3 |
The phone number 3 of the enrollee. |
string |
None. |
Phone4 |
The phone number 4 of the enrollee. |
string |
None. |
DateOfBirth |
The date of birth of the enrollee. |
date |
None. |
PreferredCulture |
The preferred culture of the enrollee. This should be a valid Locale identifier. |
integer |
None. |
UpgradeFromCustomerDID |
The customer identifier when the enrollee is a customer upgrading to a representative. |
string |
None. |
MarketShowID |
The market show identifier. |
integer |
None. |
UplineRepDID |
The upline rep identifier. When using holding tank feature you can pass the holding tank rep identifier. |
string |
None. |
UplineBCDID |
Bussiness center identifier of the upline rep. Optional. Use it when you have the Multiple BC feature enabled. |
integer |
None. |
Position |
Placement position. |
string |
None. |
Request Formats
application/xml, text/xml
<String>sample string</String>
application/json, text/json
"sample string"
application/x-www-form-urlencoded
Response Information
Resource Description
OnlineSignupViewModelName | Description | Type | Additional information |
---|---|---|---|
ID |
The identifier of the online signup. |
integer |
None. |
Guid |
The unique identifier. |
globally unique identifier |
None. |
FirstName |
The first name of the enrollee. |
string |
None. |
LastName |
The last name of the enrollee. |
string |
None. |
Company |
The company name of the enrollee. Do not send when it is not a company. |
string |
None. |
BillStreet1 |
The billing street1 of the enrollee. |
string |
None. |
BillStreet2 |
The billing street2 of the enrollee. |
string |
None. |
BillCity |
The billing city of the enrollee. |
string |
None. |
BillState |
The billing state of the enrollee. |
string |
None. |
BillPostalCode |
The billing postal code of the enrollee. |
string |
None. |
BillCounty |
The billing county of the enrollee. |
string |
None. |
BillCountry |
The billing country of the enrollee. |
string |
None. |
ShipStreet1 |
The shipping street1 of the enrollee. |
string |
None. |
ShipStreet2 |
The shipping street2 of the enrollee. |
string |
None. |
ShipCity |
The shipping city of the enrollee. |
string |
None. |
ShipState |
The shipping state of the enrollee. |
string |
None. |
ShipPostalCode |
The shipping postal code of the enrollee. |
string |
None. |
ShipCounty |
The shipping county of the enrollee. |
string |
None. |
ShipCountry |
The shipping country of the enrollee. |
string |
None. |
The email of the enrollee. |
string |
None. |
|
TaxID |
The tax identifier of the enrollee. |
string |
None. |
Password |
The password of the enrollee. |
string |
None. |
Phone1 |
The phone number 1 of the enrollee. |
string |
None. |
Phone2 |
The phone number 2 of the enrollee. |
string |
None. |
Phone3 |
The phone number 3 of the enrollee. |
string |
None. |
Phone4 |
The phone number 4 of the enrollee. |
string |
None. |
DateOfBirth |
The date of birth of the enrollee. |
date |
None. |
PreferredCulture |
The preferred culture of the enrollee. This should be a valid Locale identifier. |
integer |
None. |
UpgradeFromCustomerDID |
The customer identifier when the enrollee is a customer upgrading to a representative. |
string |
None. |
MarketShowID |
The market show identifier. |
integer |
None. |
UplineRepDID |
The upline rep identifier. When using holding tank feature you can pass the holding tank rep identifier. |
string |
None. |
UplineBCDID |
Bussiness center identifier of the upline rep. Optional. Use it when you have the Multiple BC feature enabled. |
integer |
None. |
Position |
Placement position. |
string |
None. |
Response Formats
application/xml, text/xml
<OnlineSignupViewModel> <ID>1</ID> <Guid>597e4154-20f0-4602-b8ec-678b6e1518e1</Guid> <FirstName>sample string 3</FirstName> <LastName>sample string 4</LastName> <Company>sample string 5</Company> <BillStreet1>sample string 6</BillStreet1> <BillStreet2>sample string 7</BillStreet2> <BillCity>sample string 8</BillCity> <BillState>sample string 9</BillState> <BillPostalCode>sample string 10</BillPostalCode> <BillCounty>sample string 11</BillCounty> <BillCountry>sample string 12</BillCountry> <ShipStreet1>sample string 13</ShipStreet1> <ShipStreet2>sample string 14</ShipStreet2> <ShipCity>sample string 15</ShipCity> <ShipState>sample string 16</ShipState> <ShipPostalCode>sample string 17</ShipPostalCode> <ShipCounty>sample string 18</ShipCounty> <ShipCountry>sample string 19</ShipCountry> <Email>sample string 20</Email> <TaxID>sample string 21</TaxID> <Password>sample string 22</Password> <Phone1>sample string 23</Phone1> <Phone2>sample string 24</Phone2> <Phone3>sample string 25</Phone3> <Phone4>sample string 26</Phone4> <DateOfBirth>01/09/2025 01:26:49</DateOfBirth> <PreferredCulture>27</PreferredCulture> <UpgradeFromCustomerDID>sample string 28</UpgradeFromCustomerDID> <MarketShowID>1</MarketShowID> <UplineRepDID>sample string 29</UplineRepDID> <UplineBCDID>1</UplineBCDID> <Position>sample string 30</Position> </OnlineSignupViewModel>
application/json, text/json
{ "ID": 1, "Guid": "597e4154-20f0-4602-b8ec-678b6e1518e1", "FirstName": "sample string 3", "LastName": "sample string 4", "Company": "sample string 5", "BillStreet1": "sample string 6", "BillStreet2": "sample string 7", "BillCity": "sample string 8", "BillState": "sample string 9", "BillPostalCode": "sample string 10", "BillCounty": "sample string 11", "BillCountry": "sample string 12", "ShipStreet1": "sample string 13", "ShipStreet2": "sample string 14", "ShipCity": "sample string 15", "ShipState": "sample string 16", "ShipPostalCode": "sample string 17", "ShipCounty": "sample string 18", "ShipCountry": "sample string 19", "Email": "sample string 20", "TaxID": "sample string 21", "Password": "sample string 22", "Phone1": "sample string 23", "Phone2": "sample string 24", "Phone3": "sample string 25", "Phone4": "sample string 26", "DateOfBirth": "2025-01-09T01:26:49.6118863-05:00", "PreferredCulture": 27, "UpgradeFromCustomerDID": "sample string 28", "MarketShowID": 1, "UplineRepDID": "sample string 29", "UplineBCDID": 1, "Position": "sample string 30" }