The response for Get Service Order By ID will pull through to the DMS. This would pull the information that has been completed on the VHC back, and then this job can either be priced (If pulled in at S or C status), or completed (If pulled in at Authorised status).

<GetServiceOrderByIDResponse xmlns="http://www.wsautovhc.co.uk">
	<GetServiceOrderByIDResult>
		<ServiceOrder>
			<VHCDate>string</VHCDate>
			<Make>string</Make>
			<Model>string</Model>
			<VIN>string</VIN>
			<JobCardNumber>string</JobCardNumber>
			<RegistrationNumber>string</RegistrationNumber>
			<CustomerTitle>string</CustomerTitle>
			<CustomerFirstName>string</CustomerFirstName>
			<CustomerSurName>string</CustomerSurName>
			<CustomerEmail>string</CustomerEmail>
			<CustomerPostCode>string</CustomerPostCode>
			<CustomerTelephoneNumber>string</CustomerTelephoneNumber>
			<CustomerMobileNumber>string</CustomerMobileNumber>
			<CustomerUUID>string</CustomerUUID>
			<CustomerAddress1>string</CustomerAddress1>
			<CustomerAddress2>string</CustomerAddress2>
			<CustomerAddress3>string</CustomerAddress3>
			<CustomerAddress4>string</CustomerAddress4>
			<CustomerContactEmail>string</CustomerContactEmail>
			<CustomerContactHomePhone>string</CustomerContactHomePhone>
			<CustomerContactMail>string</CustomerContactMail>
			<CustomerContactSMS>string</CustomerContactSMS>
			<CustomerType>string</CustomerType>
			<FirstRegistrationDate>string</FirstRegistrationDate>
			<NextMotDate>string</NextMotDate>
			<NextServiceDate>string</NextServiceDate>
			<ServiceAdvisor>string</ServiceAdvisor>
			<Workshop>string</Workshop>
			<WorkRequired>string</WorkRequired>
			<Mileage>string</Mileage>
			<DateIn>string</DateIn>
			<DateOut>string</DateOut>
			<TimeIn>string</TimeIn>
			<TimeOut>string</TimeOut>
			<ServiceOrderItems>
				<ServiceOrderItemTransferObject xsi:nil="true" />
				<ServiceOrderItemTransferObject xsi:nil="true" />
			</ServiceOrderItems>
			<NextCheckTachographDate>string</NextCheckTachographDate>
			<NextChangeCoolantDate>string</NextChangeCoolantDate>
			<NextChangeBrakeFluidDate>string</NextChangeBrakeFluidDate>
			<LastWorkshopVisitDate>string</LastWorkshopVisitDate>
			<LastServiceDate>string</LastServiceDate>
			<MileageLastWorkshopVisit>int</MileageLastWorkshopVisit>
			<MileageLastService>int</MileageLastService>
			<ServiceCode>string</ServiceCode>
			<EngineOil>string</EngineOil>
			<TransmissionOil>string</TransmissionOil>
			<PositionNumber>int</PositionNumber>
			<AxleLocation>string</AxleLocation>
			<AxleNumber>int</AxleNumber>
			<FirstTyreLocation>string</FirstTyreLocation>
			<SecondTyreLocation>string</SecondTyreLocation>
			<MakeCode>string</MakeCode>
			<ModelCode>string</ModelCode>
			<AgreedEstimate>string</AgreedEstimate>
			<VhcUrl>string</VhcUrl>
		</ServiceOrder>
		<Message>string</Message>
		<Success>boolean</Success>
	</GetServiceOrderByIDResult>
</GetServiceOrderByIDResponse>