https://secure.ontime360.com/soapapi/
https://secure.ontime360.com/soapapi/ / CreateVehicleProxyResponse Element
In This Topic
    CreateVehicleProxyResponse Element
    In This Topic
    Namespace https://secure.ontime360.com/soapapi/
    Overview
    Sequence
    Sequence
    Capabilities optional xs:string
    Capacity optional xs:string
    Comments optional xs:string
    FleetID optional xs:string
    IsCompanyVehicle optional xs:boolean
    Manufacturer optional xs:string
    Model optional xs:string
    OdometerReading optional xs:int
    Owner optional xs:string
    RegistrationPlate optional xs:string
    Type optional xs:string
    VehicleIdentificationNumber optional xs:string
    Year optional xs:int
    Source
    <xs:element name="CreateVehicleProxyResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexType>
        <xs:sequence>
          <xs:element minOccurs="0" name="CreateVehicleProxyResult" nillable="true" type="tns:Vehicle" />
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    See Also