We sent the following elements with our REQUEST:
- ArtistID - value was "103971", 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
We got back the following array in RESPONSE:
array(2) {
["ArtistID"]=>
array(1) {
[0]=>
string(4) "9988"
}
["ConcertList"]=>
array(1) {
[0]=>
string(0) ""
}
}
We assign the array to seperate variables and OUTPUT these (without any design here):