Last active
November 3, 2017 14:01
-
-
Save stompweb/6b8b6e2b5e7bff868fc8f08f7adc126a to your computer and use it in GitHub Desktop.
API Response
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
object(SimpleXMLElement)#367 (1) { | |
["anyType"]=> | |
object(SimpleXMLElement)#359 (24) { | |
["AVAILABLE"]=> | |
string(2) "20" | |
["RESNAME"]=> | |
string(12) "SECOND EVENT" | |
["RESTYPE"]=> | |
string(6) "EVENTS" | |
["TotalBooked"]=> | |
string(1) "0" | |
["StartTime"]=> | |
string(5) "09:00" | |
["EndTime"]=> | |
string(5) "17:00" | |
["ID"]=> | |
string(4) "1255" | |
["EventCode"]=> | |
object(SimpleXMLElement)#366 (0) { | |
} | |
["EventDate"]=> | |
object(SimpleXMLElement)#363 (0) { | |
} | |
["Capacity"]=> | |
string(2) "20" | |
["ResDate"]=> | |
string(10) "22/06/2018" | |
["ProductMapID"]=> | |
string(3) "001" | |
["RESNOTES"]=> | |
object(SimpleXMLElement)#358 (0) { | |
} | |
["LONGDESCRIPTION"]=> | |
string(33) "Test Long Description Of Resource" | |
["IMAGELINK"]=> | |
object(SimpleXMLElement)#357 (0) { | |
} | |
["MINPERBOOKING"]=> | |
string(1) "0" | |
["MAXPERBOOKING"]=> | |
string(1) "0" | |
["VALIDFROM"]=> | |
object(SimpleXMLElement)#356 (0) { | |
} | |
["VALIDTO"]=> | |
object(SimpleXMLElement)#355 (0) { | |
} | |
["AdditionalInfo"]=> | |
object(SimpleXMLElement)#354 (0) { | |
} | |
["ValidDays"]=> | |
object(SimpleXMLElement)#353 (0) { | |
} | |
["MoreInfoLink"]=> | |
object(SimpleXMLElement)#352 (0) { | |
} | |
["ResCategory"]=> | |
object(SimpleXMLElement)#351 (0) { | |
} | |
["ProductList"]=> | |
object(SimpleXMLElement)#350 (1) { | |
["ProductList"]=> | |
object(SimpleXMLElement)#349 (0) { | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment