TYBA






protocol.AddAllToPlayerResponse3

AddAllToPlayerResponse3

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax Allowed DataTypeNotes
cidno1text client id. used to track origin of any particular message
idno1database id player id
uidnounboundeduser iddeezer user id
sortno1textmedia type to sort by
orderno1textsort order

Example xml:

 <sireq>
      <cid>Mum</cid>
      <fn>
          <addAllToPlayer3>
              <id>1</id>
              <uid>1</uid>
              <sort>track</sort>
              <order>ascending</order>
          </addAllToPlayer3>
      </fn>
 </sireq>
 

back to index