AgencyInfoGetResponse Element
In This Topic
Diagram
Overview
 |
 |
Sequence
 |
 |
Sequence
 |
 |
Sequence
 |
Address optional xs:string
First line of address.
|
 |
Address2 optional xs:string
Second line of address.
|
 |
AllHoursAreaCode optional xs:string
Area code portion of the 24 hour phone number.
|
 |
AllHoursPhone optional xs:string
Phone portion of the 24 hour phone number.
|
 |
BusinessAreaCode optional xs:string
Area code portion of the business phone number.
|
 |
BusinessPhone optional xs:string
Phone portion of the business phone number.
|
 |
City optional xs:string
City portion of address.
|
 |
FaxAreaCode optional xs:string
Area code portion of the fax phone number.
|
 |
FaxExtension optional xs:string
Extension portion of the fax phone number.
|
 |
FaxPhone optional xs:string
Phone portion of the fax phone number.
|
 |
State optional xs:string
State portion of address. Code value from the "State" value list.
Method=ValueListGet() InputType=ValueListGetRequest ListName=State
|
 |
ZipCode optional xs:string
Zip code portion of address.
| | | | | | |
Source
<xs:element name="AgencyInfoGetResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q192="https://wsapi.ams360.com/v3.0/DataContract" minOccurs="0" name="AgencyInfoGetResult" nillable="true" type="q192:AgencyInfoGetResponse">
<xs:annotation>
<xs:documentation>Message response object containing agency data.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|
See Also