ArrayOfBrokerInfo Complex Type
In This Topic
Diagram
Overview
 |
 |
Sequence
 |
 |
Sequence
 |
AddressLine1 optional xs:string
First line of broker's address.
|
 |
AddressLine2 optional xs:string
Second line of broker's address.
|
 |
BrokerCode optional xs:string
Unique identifier for a broker. Uniqueness is maintained in AMS360.
|
 |
City optional xs:string
City for broker's address.
|
 |
Contact optional xs:string
Contact name for the broker.
|
 |
FirstName optional xs:string
Broker's first name. If the broker is a firm, this field does not apply and the value is null.
|
 |
IsInactive optional xs:boolean
Flag indicating whether the broker is active (false) or inactive (true).
|
 |
LastName optional xs:string
Broker's last name. If the broker is firm rather than an individual, this represents the firm name.
|
 |
MiddleName optional xs:string
Broker's middle name. If the broker is a firm, this field does not apply and the value is null.
|
 |
ShortName optional xs:string
Unique identifier for a broker. This displayable code is entered and maintained by the agency.
|
 |
State optional xs:string
State for broker's address. Code value from the "State" value list.
If you know the name of a value list and only need the contents of the list, you can retrieve the list using the GetValueList() method.
Method=ValueListGet() InputType=ValueListGetRequest ListName=State
|
 |
ZipCode optional xs:string
Zip code for broker's address.
| | | | |
Used By
Source
<xs:complexType name="ArrayOfBrokerInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="BrokerInfo" nillable="true" type="tns:BrokerInfo" />
</xs:sequence>
</xs:complexType>
|
See Also