This request shows the <PackageCode> node within the method, in this instance, the package code is 040KU08NL. The user can actually search via one of three ways in the Searching Packages to autoVHC method, but once the request runs, it only searches for the package code.

A user can search for the below:

  • PackageDescription
  • PackageCode
  • PackageNumber
    Please note: The <PackageCode> field is a mandatory field and needs to be returned.
<GetPackage xmlns="http://autovhc.co.uk/">
	<Request>
		<Locale>en-GB</Locale>
		<LocationCode>01</LocationCode>
		<JobCardNumber>2148110740</JobCardNumber>
		<PackageCode>040KU08NL</PackageCode>
		<CustomerID>60256</CustomerID>
		<VIN>WF0SXXGCDS9G47370</VIN>
		<ParametersCollection>
			<Parameters>
				<DMSParameter>
					<Name>USERNAME</Name>
					<Value />
				</DMSParameter>
				<DMSParameter>
					<Name>PASSWORD</Name>
					<Value />
				</DMSParameter>
			</Parameters>
		</ParametersCollection>
	</Request>
</GetPackage>
GetPackageRequest
PropertyName PropertyType PropertyValue Description Mandatory
Locale String en-GB The .NET CurrentCulture.Name Yes
MarketCode String 019 Used by some DMS to identify the Market Yes
LocationCode String M1 Used by some DMS require this to identify specific dealer data Yes
JobCardNumber String 11522565 DMS Work order number Yes
PackageCode String 45847 DMS Package Code Yes
PackageNumber String 378463 Additional Identifier used in DMS No
PackageDescription String BRAKE KIT Description of Packages to find, may include wild card search character No
CustomerID String 11544854 DMS Unique customer identifier Yes
ModelCode String 78 DMS Model Code No
MakeCode String 56 DMS Manufacturer Code No
VIN String WF0BXXWPRB6U02664 Vehicle VIN or Chassis number Yes
ParametersCollection DMSParametersCollection (see below) No
DMSParametersCollection
PropertyName PropertyType PropertyValue Description Mandatory
Name String Username The name of the key pair value Yes
Value String admin The value of the key pair value No