https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / SearchByPhoneNumberResponse Complex Type
In This Topic
    SearchByPhoneNumberResponse Complex Type
    In This Topic
    Description
    Response object containing a collection of search results.
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Diagram
    SearchResultText Element Description Element EntityType Element EntityId Element Sequence SearchResultInfo Element Sequence SearchResultInfoList Element Sequence SearchByPhoneNumberResponse Complex Type
    Overview
    SearchByPhoneNumberResponse
    Response object containing a collection of search results.
    Sequence
    SearchResultInfoList optional ArrayOfSearchResultInfo Complex Type
    Collection of search results.
    Sequence
    Sequence
    EntityId optional xs:string
    Defines the entity identifier.
    EntityType optional xs:string
    Entity type. Customer, Employee and Broker
    Description optional xs:string
    Search Result description.
    SearchResultText optional xs:string
    Full text of the search term.
    Used By
    Source
    <xs:complexType name="SearchByPhoneNumberResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Response object containing a collection of search results.
                </summary>
        </xs:documentation>
      </xs:annotation>
      <xs:sequence>
        <xs:element minOccurs="0" name="SearchResultInfoList" nillable="true" type="tns:ArrayOfSearchResultInfo">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>
              <summary>
                Collection of search results.
                </summary>
            </xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
    See Also