Reference for https://rdc-prod-ws.aws.roadnet.com/VehicleWebService.svcoperations/GetVehicle/vehicles/{VEHICLESID}

Url: https://rdc-prod-ws.aws.roadnet.com/VehicleWebService.svcoperations/GetVehicle/vehicles/{VEHICLESID}

HTTP Method: GET

Message direction Format Body
Request N/A The Request body is empty.
Response Xml Example,Schema
Response Json Example

The following is an example response Xml body:

<Vehicle xmlns="http://schemas.datacontract.org/2004/07/Xata.Ignition.WebServiceAPI.Contracts.DataContract.Entities">
  <AllowTrailerInspection>true</AllowTrailerInspection>
  <Auxiliary>String content</Auxiliary>
  <CompanyName>String content</CompanyName>
  <CompanySID>9223372036854775807</CompanySID>
  <Country>String content</Country>
  <EldVehicle>true</EldVehicle>
  <FuelDrawCapacity>2147483647</FuelDrawCapacity>
  <GrossVehicleWeight>2147483647</GrossVehicleWeight>
  <HP>2147483647</HP>
  <HUT>true</HUT>
  <HasBerth>true</HasBerth>
  <HasElectronicEngine>true</HasElectronicEngine>
  <HasPowerTakeoff>true</HasPowerTakeoff>
  <HosExempt>true</HosExempt>
  <IFTA>true</IFTA>
  <InstallDate>1999-05-31T11:20:00</InstallDate>
  <LicensePlate>String content</LicensePlate>
  <ManualVIN>String content</ManualVIN>
  <Manufacture>String content</Manufacture>
  <ManufactureDate>1999-05-31T11:20:00</ManufactureDate>
  <Model>String content</Model>
  <ModifiedBy>9223372036854775807</ModifiedBy>
  <ModifiedDate>1999-05-31T11:20:00</ModifiedDate>
  <OBCType>String content</OBCType>
  <Odometer>2147483647</Odometer>
  <OdometerDate>1999-05-31T11:20:00</OdometerDate>
  <OrganizationID>String content</OrganizationID>
  <OrganizationName>String content</OrganizationName>
  <OrganizationSID>9223372036854775807</OrganizationSID>
  <OwnerOperator>true</OwnerOperator>
  <PowerAxles>2147483647</PowerAxles>
  <ResourceGroupIdList>
    <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string>
    <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string>
  </ResourceGroupIdList>
  <SID>9223372036854775807</SID>
  <StateProvince>String content</StateProvince>
  <Status>String content</Status>
  <StraightTruck>true</StraightTruck>
  <TGTNumber>9223372036854775807</TGTNumber>
  <TransmissionMfg>String content</TransmissionMfg>
  <TransmissionType>String content</TransmissionType>
  <Type>String content</Type>
  <UserDefinedField1>String content</UserDefinedField1>
  <UserDefinedField2>String content</UserDefinedField2>
  <UserDefinedField3>String content</UserDefinedField3>
  <UserDefinedField4>String content</UserDefinedField4>
  <UserDefinedField5>String content</UserDefinedField5>
  <VIN>String content</VIN>
  <VehicleName>String content</VehicleName>
  <Year>String content</Year>
</Vehicle>

The following is an example response Json body:

{
	"AllowTrailerInspection":true,
	"Auxiliary":"String content",
	"CompanyName":"String content",
	"CompanySID":9223372036854775807,
	"Country":"String content",
	"EldVehicle":true,
	"FuelDrawCapacity":2147483647,
	"GrossVehicleWeight":2147483647,
	"HP":2147483647,
	"HUT":true,
	"HasBerth":true,
	"HasElectronicEngine":true,
	"HasPowerTakeoff":true,
	"HosExempt":true,
	"IFTA":true,
	"InstallDate":"\/Date(928149600000+0000)\/",
	"LicensePlate":"String content",
	"ManualVIN":"String content",
	"Manufacture":"String content",
	"ManufactureDate":"\/Date(928149600000+0000)\/",
	"Model":"String content",
	"ModifiedBy":9223372036854775807,
	"ModifiedDate":"\/Date(928149600000+0000)\/",
	"OBCType":"String content",
	"Odometer":2147483647,
	"OdometerDate":"\/Date(928149600000+0000)\/",
	"OrganizationID":"String content",
	"OrganizationName":"String content",
	"OrganizationSID":9223372036854775807,
	"OwnerOperator":true,
	"PowerAxles":2147483647,
	"ResourceGroupIdList":["String content"],
	"SID":9223372036854775807,
	"StateProvince":"String content",
	"Status":"String content",
	"StraightTruck":true,
	"TGTNumber":9223372036854775807,
	"TransmissionMfg":"String content",
	"TransmissionType":"String content",
	"Type":"String content",
	"UserDefinedField1":"String content",
	"UserDefinedField2":"String content",
	"UserDefinedField3":"String content",
	"UserDefinedField4":"String content",
	"UserDefinedField5":"String content",
	"VIN":"String content",
	"VehicleName":"String content",
	"Year":"String content"
}

The following is the response Xml Schema:

<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Xata.Ignition.WebServiceAPI.Contracts.DataContract.Entities" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Xata.Ignition.WebServiceAPI.Contracts.DataContract.Entities" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <xs:complexType name="Vehicle">
    <xs:sequence>
      <xs:element minOccurs="0" name="AllowTrailerInspection" type="xs:boolean" />
      <xs:element minOccurs="0" name="Auxiliary" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="CompanyName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="CompanySID" type="xs:long" />
      <xs:element minOccurs="0" name="Country" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="EldVehicle" nillable="true" type="xs:boolean">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="FuelDrawCapacity" type="xs:int" />
      <xs:element minOccurs="0" name="GrossVehicleWeight" type="xs:int" />
      <xs:element minOccurs="0" name="HP" type="xs:int" />
      <xs:element minOccurs="0" name="HUT" type="xs:boolean" />
      <xs:element minOccurs="0" name="HasBerth" type="xs:boolean" />
      <xs:element minOccurs="0" name="HasElectronicEngine" type="xs:boolean" />
      <xs:element minOccurs="0" name="HasPowerTakeoff" type="xs:boolean" />
      <xs:element minOccurs="0" name="HosExempt" type="xs:boolean" />
      <xs:element minOccurs="0" name="IFTA" type="xs:boolean" />
      <xs:element minOccurs="0" name="InstallDate" type="xs:dateTime" />
      <xs:element minOccurs="0" name="LicensePlate" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ManualVIN" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Manufacture" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ManufactureDate" type="xs:dateTime" />
      <xs:element minOccurs="0" name="Model" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ModifiedBy" type="xs:long" />
      <xs:element minOccurs="0" name="ModifiedDate" type="xs:dateTime" />
      <xs:element minOccurs="0" name="OBCType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Odometer" type="xs:int" />
      <xs:element minOccurs="0" name="OdometerDate" type="xs:dateTime" />
      <xs:element minOccurs="0" name="OrganizationID" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="OrganizationName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="OrganizationSID" type="xs:long" />
      <xs:element minOccurs="0" name="OwnerOperator" type="xs:boolean" />
      <xs:element minOccurs="0" name="PowerAxles" type="xs:int" />
      <xs:element minOccurs="0" name="ResourceGroupIdList" nillable="true" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q1:ArrayOfstring" />
      <xs:element minOccurs="0" name="SID" type="xs:long" />
      <xs:element minOccurs="0" name="StateProvince" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Status" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="StraightTruck" type="xs:boolean" />
      <xs:element minOccurs="0" name="TGTNumber" type="xs:long" />
      <xs:element minOccurs="0" name="TransmissionMfg" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="TransmissionType" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Type" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserDefinedField1" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserDefinedField2" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserDefinedField3" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserDefinedField4" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="UserDefinedField5" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="VIN" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="VehicleName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Year" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Vehicle" nillable="true" type="tns:Vehicle" />
</xs:schema>

Additional response Xml Schemas:

<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="anyType" nillable="true" type="xs:anyType" />
  <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
  <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
  <xs:element name="boolean" nillable="true" type="xs:boolean" />
  <xs:element name="byte" nillable="true" type="xs:byte" />
  <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
  <xs:element name="decimal" nillable="true" type="xs:decimal" />
  <xs:element name="double" nillable="true" type="xs:double" />
  <xs:element name="float" nillable="true" type="xs:float" />
  <xs:element name="int" nillable="true" type="xs:int" />
  <xs:element name="long" nillable="true" type="xs:long" />
  <xs:element name="QName" nillable="true" type="xs:QName" />
  <xs:element name="short" nillable="true" type="xs:short" />
  <xs:element name="string" nillable="true" type="xs:string" />
  <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
  <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
  <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
  <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
  <xs:element name="char" nillable="true" type="tns:char" />
  <xs:simpleType name="char">
    <xs:restriction base="xs:int" />
  </xs:simpleType>
  <xs:element name="duration" nillable="true" type="tns:duration" />
  <xs:simpleType name="duration">
    <xs:restriction base="xs:duration">
      <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
      <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
      <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="guid" nillable="true" type="tns:guid" />
  <xs:simpleType name="guid">
    <xs:restriction base="xs:string">
      <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="FactoryType" type="xs:QName" />
  <xs:attribute name="Id" type="xs:ID" />
  <xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>

<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="ArrayOfstring">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring" />
</xs:schema>

<tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema">
  <tns:element name="schema">
    <tns:complexType />
  </tns:element>
</tns:schema>