Request Structure:

<SearchParts xmlns="http://autovhc.co.uk/">
	<Request>
		<Locale>string</Locale>
		<JobCardNumber>string</JobCardNumber>
		<CustomerID>string</CustomerID>
		<LocationCode>string</LocationCode>
		<PartCriteria>
			<PartNo>string</PartNo>
			<PartDesc>string</PartDesc>
			<Quantity>string</Quantity>
		</PartCriteria>
		<ParametersCollection>
			<Parameters>
				<DMSParameter xsi:nil="true"/>
				<DMSParameter xsi:nil="true"/>
			</Parameters>
		</ParametersCollection>
		<WildCardSearch>boolean</WildCardSearch>
	</Request>
</SearchParts>
</soap:Body>
</soap:Envelope>

Node Information:
Node Name: <JobCardNumber>
Example Input: TESTJOB1234
Where to view input: Current VHC or Current VHC -> Edit VHC

Node Name: <LocationCode>
Example Input: 01
Where to view input: Admin -> Site -> Site Settings -> Integration Settings

Node Name: <PartNo>
Example Input: 123456
Where to view input: Current VHC -> Price Parts -> Click Part -> Search Via DMS

Node Name: <PartDesc>
Example Input: Brakes
Where to view input: Current VHC -> Price Parts -> Click Part -> Search Via DMS

Node Name: <Quantity>
Example Input: 1
Where to view input: Current VHC -> Price Parts -> Click Part -> Search Via DMS

Response Structure:

<SearchPartsResponse xmlns="http://autovhc.co.uk/">
	<SearchPartsResult>
		<Message>Call successful</Message>
		<Success>true</Success>
		<Locale>en-GB</Locale>
		<CurrencyCode>GBP</CurrencyCode>
		<PartsCollection>
			<PartTransferObject>
				<MarketingCode>0</MarketingCode>
				<Discount>0</Discount>
				<OriginalPrice>110</OriginalPrice>
				<VATRate>20.00</VATRate>
				<CostItemID />
				<PartNo>1763677</PartNo>
				<PartDesc>Pads</PartDesc>
				<Stock>true</Stock>
				<PartPrice>110</PartPrice>
				<Quantity>8</Quantity>
				<QuantityRequired>1</QuantityRequired>
				<LabourTime>0.00</LabourTime>
				<LabourPrice>0.00</LabourPrice>
				<FittedPrice>110</FittedPrice>
				<TimeStamp>09/27/12</TimeStamp>
				<SiteCode>909022</SiteCode>
				<BinLocation>0</BinLocation>
			</PartTransferObject>
		</PartsCollection>
		<AdditionalRecords>false</AdditionalRecords>
	</SearchPartsResult>
</SearchPartsResponse>