SoapPhoneLogin data structure

Element

Description

Type

Occurrences

hasPhoneLogin

Indicates whether the User has a phone login ID

Boolean

1

phoneLogin

User's numeric phone login ID

string

1

phonePassword

User's phone login password

string

1

Specification:

<xs:complexType name="SoapPhoneLogin">
  <xs:sequence>
    <xs:element name="hasPhoneLogin" type="xs:boolean"/>
    <xs:element name="phoneLogin" nillable="true" type="xs:string"/>
    <xs:element name="phonePassword" nillable="true" type="xs:string"/>
  </xs:sequence>
</xs:complexType>

Example