Java class for UserInfo complex type.
| name | data type | constraints | description |
|---|---|---|---|
| city | string | ||
| company | string | ||
| companyURL | string | ||
| contacts | array of Contact | ||
| country | string | ||
| emailAddr | string | required, max size: 100, min size: 1 | |
| financial | Financial | ||
| firstName | string | ||
| lastName | string | ||
| password | string | ||
| phone | string | ||
| securityAnswer | string | ||
| securityAnswerChoice | string | required, max size: 200, min size: 1 | |
| stateOrProvince | string | ||
| status | number | ||
| streetAddress | string | ||
| userName | string | required, max size: 500, min size: 1 | |
| zipOrPostalCode | string | ||
| slaGroup | string | ||
| userType | string | ||
Properties inherited from TaskObject |
|||
| notificationId | string | ||
Example
{
"userInfo" : {
"city" : "...",
"company" : "...",
"companyURL" : "...",
"contacts" : [ {
"address" : "...",
"city" : "...",
"contactTimeFrom" : "...",
"contactTimeTo" : "...",
"contactType" : "...",
"country" : "...",
"emailAddress" : "...",
"firstName" : "...",
"lastName" : "...",
"phone" : [ {
"phoneType" : "...",
"phoneNumber" : "..."
}, {
"phoneType" : "...",
"phoneNumber" : "..."
} ],
"preferredLanguage" : "...",
"stateOrProvince" : "...",
"title" : "...",
"zipOrPostalCode" : "..."
}, {
"address" : "...",
"city" : "...",
"contactTimeFrom" : "...",
"contactTimeTo" : "...",
"contactType" : "...",
"country" : "...",
"emailAddress" : "...",
"firstName" : "...",
"lastName" : "...",
"phone" : [ {
"phoneType" : "...",
"phoneNumber" : "..."
}, {
"phoneType" : "...",
"phoneNumber" : "..."
} ],
"preferredLanguage" : "...",
"stateOrProvince" : "...",
"title" : "...",
"zipOrPostalCode" : "..."
} ],
"country" : "...",
"emailAddr" : "...",
"financial" : {
"bankAccountNumber" : "...",
"bankAddress" : "...",
"bankName" : "...",
"bankRoutingNumber" : "...",
"city" : "...",
"country" : "...",
"invoiceTo" : "...",
"referenceAccount" : "...",
"stateOrProvince" : "...",
"taxID" : "...",
"zipOrPostalCode" : "..."
},
"firstName" : "...",
"lastName" : "...",
"password" : "...",
"phone" : "...",
"securityAnswer" : "...",
"securityAnswerChoice" : "...",
"stateOrProvince" : "...",
"status" : 12345,
"streetAddress" : "...",
"userName" : "...",
"zipOrPostalCode" : "...",
"slaGroup" : "...",
"userType" : "...",
"notificationId" : "..."
}
}