new_user
Sends information about brand new users in the system
Name | Type | Example |
---|---|---|
user_id | Integer | 1001 |
username | String | johndoe |
account_type | String | Customer |
first_name | String | John |
last_name | String | Doe |
email | String | john.doe@examle.com |
phone | String | 8005551234 |
company | String | Doe Enterprises |
date_added | Date String | 2014-01-01 13:59:00 YYYY-MM-DD HH:MM:SS |
enroller_id | Integer | 1002 The "parent" as referred to in the Enroller Tree |
upline_id | Integer | 1003 The "parent" as referred to in the Genealogy Tree |
enroller_code | Integer | 8 The ID of the enroller code in relation to their enroller in enroller_id |
enroller_code_name | String | Silver The name of the enroller code |
billing_address | Object | {"first_name":"John","last_name":"Doe","address_line_1":"123 Fake St",...} An object of mailing address properties related to their Billing Address |
shipping_address | Object | {"first_name":"John","last_name":"Doe","address_line_1":"123 Fake St",...} An object of mailing address properties related to their Shipping Address |