SessionId
|
The current session Id
Type: string
Default: None
|
Yes
|
EmailAddress
|
The users email address, this will become their username also
Type: UInt64
Constraints: Should be a valid email address
|
Yes |
Password
|
The password the user will use to login
Type: String
Constraints: Must be less than 20 characters
|
Yes
|
FirstName
|
The users first name
Type: String
Constraints: Must be less than 20 characters
|
Yes
|
LastName
|
The users last name
Type: String
Constraints: Must be less than 30 characters
|
Yes
|
ProductId
|
The product Id
Type: String
Constraints: Must be given and created by us contact us at wsdev@onegreatfamily.com
|
Yes
|
Gender
|
The users gender
Type: String
Constraints: Must be Male or Female
|
No |
IndiOgfn
|
This is the Ogfn of the Indi record that represents this user
Type: UInt64
Constraints: Must be a valid number for a valid indi
|
No |
PhoneNumber
|
The users phone number
Type: String
Constraints: Must be less than 25 characters not including dashes or spaces.
|
No |
ShippingStreet1
|
Street Address First Part
Type: String
Constraints: Must be less than 25 characters
|
No
|
ShippingStreet2
|
Street Address Second Part
Type: String
Constraints: Must be less than 25 characters
|
No
|
ShippingCity
|
The City Name
Type: String
Constraints: Must be less than 40 characters
|
No
|
ShippingStateProvince
|
The State or Province
Type: String
Constraints: Must be less than 20 characters
|
No
|
ShippingCountry
|
The Country
Type: String
Constraints: Must be less than 30 characters
|
No
|
ShippingPostalCode
|
The Postalcode/Zipcode
Type: String
Constraints: Must be less than 15 characters
|
No
|
CreditCardName
|
Name that's on the card
Type: String
Constraints: Must be less than 50 characters
|
No
|
CreditCardNumber
|
Credit card number
Type: String
Constraints: Consists of a 16 character string [0-9] no spaces or separators
|
No
|
CreditCardExpiration
|
The card expiration date
Type: String
Constraints: short date format of the form MM.YYYY where MM is the Month and YYYY is the year
|
No
|