webservice


Click here for a complete list of operations.

GetVehicleLookupMVRISMapKCS

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
username:
password:
vrm:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /eu/webservice.asmx HTTP/1.1
Host: api.wheelwizards.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://driveright.com/GetVehicleLookupMVRISMapKCS"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetVehicleLookupMVRISMapKCS xmlns="http://driveright.com/">
      <username>string</username>
      <password>string</password>
      <vrm>string</vrm>
    </GetVehicleLookupMVRISMapKCS>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetVehicleLookupMVRISMapKCSResponse xmlns="http://driveright.com/">
      <GetVehicleLookupMVRISMapKCSResult>
        <Vrm>string</Vrm>
        <Vin>string</Vin>
        <EngineNo>string</EngineNo>
        <EngineSize>string</EngineSize>
        <EngineModel>string</EngineModel>
        <Make>string</Make>
        <Model>string</Model>
        <DtpModelCode>string</DtpModelCode>
        <DtpMakeCode>string</DtpMakeCode>
        <MamMake>string</MamMake>
        <MamModel>string</MamModel>
        <Colour>string</Colour>
        <Fuel>string</Fuel>
        <Transmission>string</Transmission>
        <TransmissionCode>string</TransmissionCode>
        <BodyPlan>string</BodyPlan>
        <BodyPlanDesc>string</BodyPlanDesc>
        <BodyPlanCode>string</BodyPlanCode>
        <Doors>string</Doors>
        <Gears>string</Gears>
        <DateRegistered>string</DateRegistered>
        <YearOfManufacture>string</YearOfManufacture>
        <Scrapped>string</Scrapped>
        <Exported>string</Exported>
        <Imported>string</Imported>
        <MvrisMakeCode>string</MvrisMakeCode>
        <MvrisModelCode>string</MvrisModelCode>
        <RelatedMVRIS>string</RelatedMVRIS>
        <Glasses1>string</Glasses1>
        <Glasses2>string</Glasses2>
        <Power>string</Power>
        <MamSoftCode>string</MamSoftCode>
        <Valves>string</Valves>
        <ValvesPerCylinder>string</ValvesPerCylinder>
        <TotalValves>string</TotalValves>
        <Indval>string</Indval>
        <MarqueDescription>string</MarqueDescription>
        <ModelRangeDescription>string</ModelRangeDescription>
        <CO2>string</CO2>
        <EuroStatus>string</EuroStatus>
        <IntroductionDateToUK>string</IntroductionDateToUK>
        <PNCHistory>string</PNCHistory>
        <Weight>string</Weight>
        <WheelPlan>string</WheelPlan>
        <DriveType>string</DriveType>
        <ModelSeries>string</ModelSeries>
        <CWC>string</CWC>
        <MamSModel>string</MamSModel>
        <MamEngineSize>string</MamEngineSize>
        <MSCode>string</MSCode>
        <MMIv8>
          <MMIv8Key>string</MMIv8Key>
          <MMIv8Key>string</MMIv8Key>
        </MMIv8>
      </GetVehicleLookupMVRISMapKCSResult>
    </GetVehicleLookupMVRISMapKCSResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /eu/webservice.asmx HTTP/1.1
Host: api.wheelwizards.net
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetVehicleLookupMVRISMapKCS xmlns="http://driveright.com/">
      <username>string</username>
      <password>string</password>
      <vrm>string</vrm>
    </GetVehicleLookupMVRISMapKCS>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetVehicleLookupMVRISMapKCSResponse xmlns="http://driveright.com/">
      <GetVehicleLookupMVRISMapKCSResult>
        <Vrm>string</Vrm>
        <Vin>string</Vin>
        <EngineNo>string</EngineNo>
        <EngineSize>string</EngineSize>
        <EngineModel>string</EngineModel>
        <Make>string</Make>
        <Model>string</Model>
        <DtpModelCode>string</DtpModelCode>
        <DtpMakeCode>string</DtpMakeCode>
        <MamMake>string</MamMake>
        <MamModel>string</MamModel>
        <Colour>string</Colour>
        <Fuel>string</Fuel>
        <Transmission>string</Transmission>
        <TransmissionCode>string</TransmissionCode>
        <BodyPlan>string</BodyPlan>
        <BodyPlanDesc>string</BodyPlanDesc>
        <BodyPlanCode>string</BodyPlanCode>
        <Doors>string</Doors>
        <Gears>string</Gears>
        <DateRegistered>string</DateRegistered>
        <YearOfManufacture>string</YearOfManufacture>
        <Scrapped>string</Scrapped>
        <Exported>string</Exported>
        <Imported>string</Imported>
        <MvrisMakeCode>string</MvrisMakeCode>
        <MvrisModelCode>string</MvrisModelCode>
        <RelatedMVRIS>string</RelatedMVRIS>
        <Glasses1>string</Glasses1>
        <Glasses2>string</Glasses2>
        <Power>string</Power>
        <MamSoftCode>string</MamSoftCode>
        <Valves>string</Valves>
        <ValvesPerCylinder>string</ValvesPerCylinder>
        <TotalValves>string</TotalValves>
        <Indval>string</Indval>
        <MarqueDescription>string</MarqueDescription>
        <ModelRangeDescription>string</ModelRangeDescription>
        <CO2>string</CO2>
        <EuroStatus>string</EuroStatus>
        <IntroductionDateToUK>string</IntroductionDateToUK>
        <PNCHistory>string</PNCHistory>
        <Weight>string</Weight>
        <WheelPlan>string</WheelPlan>
        <DriveType>string</DriveType>
        <ModelSeries>string</ModelSeries>
        <CWC>string</CWC>
        <MamSModel>string</MamSModel>
        <MamEngineSize>string</MamEngineSize>
        <MSCode>string</MSCode>
        <MMIv8>
          <MMIv8Key>string</MMIv8Key>
          <MMIv8Key>string</MMIv8Key>
        </MMIv8>
      </GetVehicleLookupMVRISMapKCSResult>
    </GetVehicleLookupMVRISMapKCSResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /eu/webservice.asmx/GetVehicleLookupMVRISMapKCS?username=string&password=string&vrm=string HTTP/1.1
Host: api.wheelwizards.net
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<GetVehicleLookupMVRISMapKCSReturn xmlns="http://driveright.com/">
  <Vrm>string</Vrm>
  <Vin>string</Vin>
  <EngineNo>string</EngineNo>
  <EngineSize>string</EngineSize>
  <EngineModel>string</EngineModel>
  <Make>string</Make>
  <Model>string</Model>
  <DtpModelCode>string</DtpModelCode>
  <DtpMakeCode>string</DtpMakeCode>
  <MamMake>string</MamMake>
  <MamModel>string</MamModel>
  <Colour>string</Colour>
  <Fuel>string</Fuel>
  <Transmission>string</Transmission>
  <TransmissionCode>string</TransmissionCode>
  <BodyPlan>string</BodyPlan>
  <BodyPlanDesc>string</BodyPlanDesc>
  <BodyPlanCode>string</BodyPlanCode>
  <Doors>string</Doors>
  <Gears>string</Gears>
  <DateRegistered>string</DateRegistered>
  <YearOfManufacture>string</YearOfManufacture>
  <Scrapped>string</Scrapped>
  <Exported>string</Exported>
  <Imported>string</Imported>
  <MvrisMakeCode>string</MvrisMakeCode>
  <MvrisModelCode>string</MvrisModelCode>
  <RelatedMVRIS>string</RelatedMVRIS>
  <Glasses1>string</Glasses1>
  <Glasses2>string</Glasses2>
  <Power>string</Power>
  <MamSoftCode>string</MamSoftCode>
  <Valves>string</Valves>
  <ValvesPerCylinder>string</ValvesPerCylinder>
  <TotalValves>string</TotalValves>
  <Indval>string</Indval>
  <MarqueDescription>string</MarqueDescription>
  <ModelRangeDescription>string</ModelRangeDescription>
  <CO2>string</CO2>
  <EuroStatus>string</EuroStatus>
  <IntroductionDateToUK>string</IntroductionDateToUK>
  <PNCHistory>string</PNCHistory>
  <Weight>string</Weight>
  <WheelPlan>string</WheelPlan>
  <DriveType>string</DriveType>
  <ModelSeries>string</ModelSeries>
  <CWC>string</CWC>
  <MamSModel>string</MamSModel>
  <MamEngineSize>string</MamEngineSize>
  <MSCode>string</MSCode>
  <MMIv8>
    <MMIv8Key>string</MMIv8Key>
    <MMIv8Key>string</MMIv8Key>
  </MMIv8>
</GetVehicleLookupMVRISMapKCSReturn>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /eu/webservice.asmx/GetVehicleLookupMVRISMapKCS HTTP/1.1
Host: api.wheelwizards.net
Content-Type: application/x-www-form-urlencoded
Content-Length: length

username=string&password=string&vrm=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<GetVehicleLookupMVRISMapKCSReturn xmlns="http://driveright.com/">
  <Vrm>string</Vrm>
  <Vin>string</Vin>
  <EngineNo>string</EngineNo>
  <EngineSize>string</EngineSize>
  <EngineModel>string</EngineModel>
  <Make>string</Make>
  <Model>string</Model>
  <DtpModelCode>string</DtpModelCode>
  <DtpMakeCode>string</DtpMakeCode>
  <MamMake>string</MamMake>
  <MamModel>string</MamModel>
  <Colour>string</Colour>
  <Fuel>string</Fuel>
  <Transmission>string</Transmission>
  <TransmissionCode>string</TransmissionCode>
  <BodyPlan>string</BodyPlan>
  <BodyPlanDesc>string</BodyPlanDesc>
  <BodyPlanCode>string</BodyPlanCode>
  <Doors>string</Doors>
  <Gears>string</Gears>
  <DateRegistered>string</DateRegistered>
  <YearOfManufacture>string</YearOfManufacture>
  <Scrapped>string</Scrapped>
  <Exported>string</Exported>
  <Imported>string</Imported>
  <MvrisMakeCode>string</MvrisMakeCode>
  <MvrisModelCode>string</MvrisModelCode>
  <RelatedMVRIS>string</RelatedMVRIS>
  <Glasses1>string</Glasses1>
  <Glasses2>string</Glasses2>
  <Power>string</Power>
  <MamSoftCode>string</MamSoftCode>
  <Valves>string</Valves>
  <ValvesPerCylinder>string</ValvesPerCylinder>
  <TotalValves>string</TotalValves>
  <Indval>string</Indval>
  <MarqueDescription>string</MarqueDescription>
  <ModelRangeDescription>string</ModelRangeDescription>
  <CO2>string</CO2>
  <EuroStatus>string</EuroStatus>
  <IntroductionDateToUK>string</IntroductionDateToUK>
  <PNCHistory>string</PNCHistory>
  <Weight>string</Weight>
  <WheelPlan>string</WheelPlan>
  <DriveType>string</DriveType>
  <ModelSeries>string</ModelSeries>
  <CWC>string</CWC>
  <MamSModel>string</MamSModel>
  <MamEngineSize>string</MamEngineSize>
  <MSCode>string</MSCode>
  <MMIv8>
    <MMIv8Key>string</MMIv8Key>
    <MMIv8Key>string</MMIv8Key>
  </MMIv8>
</GetVehicleLookupMVRISMapKCSReturn>