Skip to content

Instantly share code, notes, and snippets.

@saqib-nadeem
Created January 12, 2016 03:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saqib-nadeem/b0bee525620129cecd95 to your computer and use it in GitHub Desktop.
Save saqib-nadeem/b0bee525620129cecd95 to your computer and use it in GitHub Desktop.
ITC and EZ Response of vehicle VIN as 1HGCP2F85A1111111
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<ValidateVINResponse xmlns="http://www.itcratingservices.com/webservices/VINHelper/">
<ValidateVINResult>
<YearModel>2010</YearModel>
<Maker>HONDA</Maker>
<Model>ACCORD EX-L</Model>
<VIN>1HGCP2F80A</VIN>
<ISOLiabSymbols>2006=295495;2008=290495;2010=275500;2012=275490;</ISOLiabSymbols>
<RAPALiabSymbol>JKFHHMKMJT</RAPALiabSymbol>
<RAPAPDSymbol>JRJU</RAPAPDSymbol>
<RAPAAntiLockBrakeIndicator>S</RAPAAntiLockBrakeIndicator>
<RAPAAntiLockBrakeDescription>Anti-Lock Brakes are standard equipment</RAPAAntiLockBrakeDescription>
<GRAPALiabSymbol>JKFHHMKMJT</GRAPALiabSymbol>
<GRAPAPDSymbol>JRJU</GRAPAPDSymbol>
<GRAPAAntiLockBrakeIndicator>S</GRAPAAntiLockBrakeIndicator>
<GRAPAAntiLockBrakeDescription>Anti-Lock Brakes are standard equipment</GRAPAAntiLockBrakeDescription>
<ISOSymbol>14</ISOSymbol>
<VSR/>
<UniqueSymCode>139802</UniqueSymCode>
<ModelCode>7771</ModelCode>
<ModelGroup>282</ModelGroup>
<ABS>4 wheel standard</ABS>
<BodyType>Sedan 4dr</BodyType>
<ISOBodyType>44</ISOBodyType>
<Carburator>Fuel Injected</Carburator>
<CID>146</CID>
<Convertible>false</Convertible>
<FourWheelDrive>false</FourWheelDrive>
<FrontWheelDrive>true</FrontWheelDrive>
<FuelType>Gas</FuelType>
<MSRP>26830</MSRP>
<NumCylinders>4</NumCylinders>
<RestraintType>Dual air bags front head and side/rear head air bags/active belts</RestraintType>
<SecuritySystem>Immobilizer keyless and alarm</SecuritySystem>
<TonRating/>
<VINValid>true</VINValid>
<Result>true</Result>
<Errors/>
</ValidateVINResult>
</ValidateVINResponse>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<VINValidateResponse xmlns="http://www.ezlynx.com/">
<VINValidateResult>
<Result>ExactMatch</Result>
<ResultText>Exact VIN match found. 'VehicleResults' contains the matching vechicle information.</ResultText>
<VINEcho>1HGCP2F85A1111111</VINEcho>
<VehicleResults>
<VehicleResult>
<VIN>1HGCP2F85A1111111</VIN>
<Make>HONDA</Make>
<Model>ACCORD EX-L</Model>
<Year>2010</Year>
<BodyStyle>Sedan 4 Dr.</BodyStyle>
<Drive>Front</Drive>
<EngineInfo>2.4L L4 MPI DOHC 16V NM4</EngineInfo>
<Transmission/>
<AntilockBrakes>Yes</AntilockBrakes>
<SecuritySystem/>
<DaytimeRunningLights>Yes</DaytimeRunningLights>
<TonRating/>
<Restraint>AirbagBothSides</Restraint>
<Country>UNITED STATES</Country>
<BaseListPrice>26830</BaseListPrice>
<Fuel>Gas</Fuel>
</VehicleResult>
</VehicleResults>
</VINValidateResult>
</VINValidateResponse>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment