Make Click
booking/makeclick_XML.php saves a click for a specified user, application and click-object to the database.



Call Example:

$.ajax({
	type: 'POST',
	url: 'booking/makeclick_XML.php',
	data: {
		customerID: escape("Haakon"),
		type: escape("Hotell_Demo"),
		clickdata: escape(clickdata) },
	success:  ResultClick
});					


Returned Data Example:

<created status="OK"/>