'inbound_interface_request' Response

The response node contains three mandatory child nodes:

'user': same information that was sent in the request's 'user' node. The Inbound Interface returns this node without modification.

'head': contains the same information that was sent in the request 'head' node. The Inbound Interface returns this node without modification.

'data': results of individual operations such as appointment updates and inventory updates

<Envelope> 
	<Body> 
		<inbound_interface_response> 
			<user> 
			</user> 
			<head> 
			</head> 
			<data> 
			</data> 
		</inbound_interface_response> 
	</Body> 
</Envelope>