We sent the following elements with our REQUEST:
- ConcertID - value was "65108", an example ID from an artist
- Fieldlist - the requested child elements were:
- ConcertID
- ConcertVenue
- ConcertStreet
- ConcertCity
- ConcertPostalCode
- ConcertCountryID
- ConcertCountryCode
- ConcertCountryName
- ConcertDate
- ConcertPrice
- CurrencyID
- CurrencyCode
- CurrencyName
- TicketsViaPhone
- TicketsViaInternet
- TicketsViaEmail
- ConcertAdditionalInfo
- ArtistName
- ArtistURL
- Website
- MusicalInfluence
- SoundsLike
- ArtistPictureExists
- FirstOnlineDate
- PostalCode
- City
- CountryID
- CountryCode
- CountryName
- ArtistGenreID
- ArtistGenreParentID
- ArtistGenreTopParentID
- ArtistGenreName
- ArtistParentGenreName
- ArtistTopParentGenreName
We got back the following array in RESPONSE:
array(2) {
["TourDateID"]=>
array(1) {
[0]=>
string(5) "55614"
}
["TourDate"]=>
array(1) {
[0]=>
array(35) {
["ConcertVenue"]=>
string(22) "Smokie Blues Festival "
["ConcertStreet"]=>
string(12) "Cliffburn Rd"
["ConcertCity"]=>
string(18) "Arbroath, Scotland"
["ConcertPostalCode"]=>
string(8) "DD11 5BT"
["ConcertCountryID"]=>
string(3) "211"
["ConcertCountryCode"]=>
string(2) "GB"
["ConcertCountryName"]=>
string(14) "United Kingdom"
["ConcertDate"]=>
string(10) "20.08.2006"
["ConcertPrice"]=>
string(4) "0.00"
["CurrencyID"]=>
string(1) "1"
["CurrencyCode"]=>
string(3) "EUR"
["CurrencyName"]=>
string(4) "Euro"
["TicketsViaPhone"]=>
string(0) ""
["TicketsViaInternet"]=>
string(0) ""
["TicketsViaEmail"]=>
string(20) "mail@smokieblues.com"
["ConcertAdditionalInfo"]=>
string(27) "http://www.smokieblues.com/"
["ArtistID"]=>
string(5) "65108"
["ArtistName"]=>
string(13) "The Roaddawgz"
["ArtistURL"]=>
string(9) "RoadDawgz"
["Website"]=>
string(24) "http://www.roaddawgz.com"
["MusicalInfluence"]=>
string(60) "Jimi Hendrix/Muddy Waters/J.L Hooker/Led Zeppelin/ B.B. King"
["SoundsLike"]=>
string(25) "ZZ Top, SRV, Allman Bros."
["ArtistPictureExists"]=>
string(1) "1"
["FirstOnlineDate"]=>
string(19) "16.02.2004 20:49:45"
["PostalCode"]=>
string(7) "3769 BX"
["City"]=>
string(11) "Soesterberg"
["CountryID"]=>
string(3) "146"
["CountryCode"]=>
string(2) "NL"
["CountryName"]=>
string(11) "Netherlands"
["ArtistGenreID"]=>
string(3) "110"
["ArtistGenreParentID"]=>
string(3) "109"
["ArtistGenreTopParentID"]=>
string(3) "107"
["ArtistGenreName"]=>
string(10) "Blues Rock"
["ArtistParentGenreName"]=>
string(5) "Blues"
["ArtistTopParentGenreName"]=>
string(16) "Blues/R n B/Jazz"
}
}
}
We assign the array to seperate variables and OUTPUT these (without any design here):
- Concert Venue: Smokie Blues Festival
- Concert Street: Cliffburn Rd
- Concert City: Arbroath, Scotland
- Concert Postal Code: DD11 5BT
- Concert Country ID: 211
- Concert Country Code: GB
- Concert Country Name: United Kingdom
- Concert Date: 20.08.2006
- Concert Price: 0.00
- Currency ID: 1
- Currency Code: EUR
- Currency Name: Euro
- Tickets Via Phone:
- Tickets Via Internet:
- Tickets Via Email: mail@smokieblues.com
- Concert Additional Info: http://www.smokieblues.com/
- Artist ID: 65108
- Artist Name: The Roaddawgz
- Artist URL: RoadDawgz
- Web Site: http://www.roaddawgz.com
- Musical Influence: Jimi Hendrix/Muddy Waters/J.L Hooker/Led Zeppelin/ B.B. King
- Sounds Like: ZZ Top, SRV, Allman Bros.
- Artist Picture Exists: 1
- First Online Date: 16.02.2004 20:49:45
- Postal Code: 3769 BX
- City: Soesterberg
- Country ID: 146
- Country Code: NL
- Country Name: Netherlands
- Artist Genre ID: 110
- Artist Genre Parent ID: 109
- Artist Genre Top Parent ID: 107
- Artist Genre Name: Blues Rock
- Artist Parent Genre Name:
- Artist Top Parent Genre Name: Blues/R n B/Jazz