https://wsapi.ams360.com/v3.0
https://wsapi.ams360.com/v3.0 / AgencyInfoGetResponse Element
In This Topic
    AgencyInfoGetResponse Element
    In This Topic
    Namespace https://wsapi.ams360.com/v3.0
    Diagram
    ZipCode Element State Element FaxPhone Element FaxExtension Element FaxAreaCode Element Email Element City Element BusinessPhone Element BusinessExtension Element BusinessAreaCode Element AllHoursPhone Element AllHoursExtension Element AllHoursAreaCode Element AgencyName Element Address2 Element Address Element Sequence AgencyInfo Element Sequence AgencyInfoGetResult Element Sequence AgencyInfoGetResponse Element
    Overview
    Sequence
    AgencyInfoGetResult optional AgencyInfoGetResponse Complex Type
    Message response object containing agency data.
    Sequence
    AgencyInfo optional AgencyInfo Complex Type
    Single agencyinfo type data structure.
    Sequence
    Address optional xs:string
    First line of address.
    Address2 optional xs:string
    Second line of address.
    AgencyName optional xs:string
    Name of agency.
    AllHoursAreaCode optional xs:string
    Area code portion of the 24 hour phone number.
    AllHoursExtension optional xs:string
    Extension 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.
    BusinessExtension optional xs:string
    Extension 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.
    Email optional xs:string
    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