GetSPInfoSecurity Data Type

Java class for GetSPInfoSecurity complex type.

Properties
name data type description
spInfo UserInfo

Example

{
  "getSPInfoSecurity" : {
    "spInfo" : {
      "city" : "...",
      "company" : "...",
      "companyURL" : "...",
      "contacts" : [ {
        "address" : "...",
        "city" : "...",
        "contactTimeFrom" : "...",
        "contactTimeTo" : "...",
        "contactType" : "...",
        "country" : "...",
        "emailAddress" : "...",
        "firstName" : "...",
        "lastName" : "...",
        "phone" : [ {
        }, {
        } ],
        "preferredLanguage" : "...",
        "stateOrProvince" : "...",
        "title" : "...",
        "zipOrPostalCode" : "..."
      }, {
        "address" : "...",
        "city" : "...",
        "contactTimeFrom" : "...",
        "contactTimeTo" : "...",
        "contactType" : "...",
        "country" : "...",
        "emailAddress" : "...",
        "firstName" : "...",
        "lastName" : "...",
        "phone" : [ {
        }, {
        } ],
        "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" : "..."
    }
  }
}