TYBA






protocol.deezer.SetDeezerUserAccountResponse

SetDeezerUserAccountResponse

This response acts as an acknowledgment to its corresponding request as well as containing the boolean result.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
uidno1integeruser id
retno1booleanboolean result

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <setDeezerAccount>
              <uid>45435434354343</uid>
              <ret>1</ret>
          </setDeezerAccount>
      </fn>
  </siresp>

 

back to index