TrackSuggestions Data Type
From MeeMixWiki
Overview
The trackSuggestions data type is sent in the response in case:
- There is more than one result that matched the requested track.
- There was a spelling mistake in the requested track's name.
Example:
<trackSuggestions>
<track>
<trackId>136835</trackId>
<partnerTrackId xmlns:xsi="http://www.w3.org/2001/XMLSchemainstance" xsi:nil="1" />
<trackName>One</trackName>
<artist>
<artistId>241</artistId>
<artistName>Metallica</artistName>
</artist>
<album>
<albumId>9433</albumId>
<albumName>...And Justice For All</albumName>
</album>
</track>
</trackSuggestions>
