The request contains the same data for the site that has already been inputted as part of the DMS Import The request requires the correct job card number that was imported into the autoVHC system. The request also has boolean fields set up that will allow the DMS to import and parts, labours, images, videos and the URL to the VHC, if they wanted to.

This method will only work with a valid <IntegrationID>. This will be provided by autoVHC.

<GetServiceOrderByID xmlns="http://www.wsautovhc.co.uk">
	<request>
		<CurrencyCode xmlns="http://autovhc.co.uk/">string</CurrencyCode>
		<Locale xmlns="http://autovhc.co.uk/">string</Locale>
		<Username xmlns="http://autovhc.co.uk/">string</Username>
		<Password xmlns="http://autovhc.co.uk/">string</Password>
		<Sitecode xmlns="http://autovhc.co.uk/">string</Sitecode>
		<JobCardNumber xmlns="http://autovhc.co.uk/">string</JobCardNumber>
		<IncludeParts xmlns="http://autovhc.co.uk/">boolean</IncludeParts>
		<IncludeLabours xmlns="http://autovhc.co.uk/">boolean</IncludeLabours>
		<IncludeItemImageUrls xmlns="http://autovhc.co.uk/">boolean</IncludeItemImageUrls>
		<IncludeItemVideoUrls xmlns="http://autovhc.co.uk/">boolean</IncludeItemVideoUrls>
		<IncludeVhcUrl xmlns="http://autovhc.co.uk/">boolean</IncludeVhcUrl>
		<IntegrationId xmlns="http://autovhc.co.uk/">guid</IntegrationId>
		<IncludeCustomerInfo xmlns="http://autovhc.co.uk/">boolean</IncludeCustomerInfo>
	</request>
</GetServiceOrderByID>