The response to this method is just a message that will let you know whether the request has been successful or not. The <Success> node would either say TRUE or FALSE. This would tell you whether the information has been passed back to autoVHC.

<PushPricedServiceOrderItemsResponse xmlns="http://www.wsautovhc.co.uk">
	<PushPricedServiceOrderItemsResult>
		<Message>string</Message>
		<Success>boolean</Success>
	</PushPricedServiceOrderItemsResult>
</PushPricedServiceOrderItemsResponse>