https://secure.ontime360.com/soapapi/
https://secure.ontime360.com/soapapi/ / CreateLocationProxyResponse Element
In This Topic
    CreateLocationProxyResponse Element
    In This Topic
    Namespace https://secure.ontime360.com/soapapi/
    Overview
    Sequence
    Sequence
    AddressLine1 optional xs:string
    AddressLine2 optional xs:string
    Category optional xs:string
    City optional xs:string
    Comments optional xs:string
    CompanyName optional xs:string
    ContactName optional xs:string
    Country optional xs:string
    Email optional xs:string
    LatitudeLongitude optional xs:string
    Phone optional xs:string
    PostalCode optional xs:string
    State optional xs:string
    Sequence
    Name optional xs:string
    PostalCodes optional xs:string
    Source
    <xs:element name="CreateLocationProxyResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexType>
        <xs:sequence>
          <xs:element minOccurs="0" name="CreateLocationProxyResult" nillable="true" type="tns:Location" />
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    See Also