Skip to content

Instantly share code, notes, and snippets.

@stompweb
Last active November 3, 2017 14:01
Show Gist options
  • Save stompweb/6b8b6e2b5e7bff868fc8f08f7adc126a to your computer and use it in GitHub Desktop.
Save stompweb/6b8b6e2b5e7bff868fc8f08f7adc126a to your computer and use it in GitHub Desktop.
API Response
<?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