https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / BrokerInfo Complex Type / MiddleName Element
In This Topic
    MiddleName Element
    In This Topic
    Description
    Broker's middle name. If the broker is a firm, this field does not apply and the value is null.
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Type
    xs:string
    Diagram
    MiddleName Element
    Overview
    MiddleName optional xs:string
    Broker's middle name. If the broker is a firm, this field does not apply and the value is null.
    Source
    <xs:element minOccurs="0" name="MiddleName" nillable="true" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Broker's middle name. If the broker is a firm, this field does not apply and the value is null.
                </summary>
          <len min="0" max="11" />
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also