editUser Data Type

Java class for EditUser complex type.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
userInfo userInfo element 0/1  

Example

<e----->
  <userInfo>
    <city>...</city>
    <company>...</company>
    <companyURL>...</companyURL>
    <contacts>
      <address>...</address>
      <city>...</city>
      <contactTimeFrom>...</contactTimeFrom>
      <contactTimeTo>...</contactTimeTo>
      <contactType>...</contactType>
      <country>...</country>
      <emailAddress>...</emailAddress>
      <firstName>...</firstName>
      <lastName>...</lastName>
      <phone/>
      <preferredLanguage>...</preferredLanguage>
      <stateOrProvince>...</stateOrProvince>
      <title>...</title>
      <zipOrPostalCode>...</zipOrPostalCode>
    </contacts>
    <country>...</country>
    <emailAddr>...</emailAddr>
    <financial>
      <bankAccountNumber>...</bankAccountNumber>
      <bankAddress>...</bankAddress>
      <bankName>...</bankName>
      <bankRoutingNumber>...</bankRoutingNumber>
      <city>...</city>
      <country>...</country>
      <invoiceTo>...</invoiceTo>
      <referenceAccount>...</referenceAccount>
      <stateOrProvince>...</stateOrProvince>
      <taxID>...</taxID>
      <zipOrPostalCode>...</zipOrPostalCode>
    </financial>
    <firstName>...</firstName>
    <lastName>...</lastName>
    <password>...</password>
    <phone>...</phone>
    <securityAnswer>...</securityAnswer>
    <securityAnswerChoice>...</securityAnswerChoice>
    <stateOrProvince>...</stateOrProvince>
    <status>...</status>
    <streetAddress>...</streetAddress>
    <userName>...</userName>
    <zipOrPostalCode>...</zipOrPostalCode>
    <slaGroup>...</slaGroup>
    <userType>...</userType>
    <notificationId>...</notificationId>
  </userInfo>
</e----->