TYBA






protocol.MovePlaylistItemResponse

MovePlaylistItemResponse

This request acknowledges its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idno1Database idplaylist id
i0no1integersource index
i1no1integerdestination index
tokyes1api tokenclient token for privileged access. request from ideaworks

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <movePlaylistItem>
              <id>1</id>
              <i0>0</i0>
              <i1>-1</i1>
              <tok>fggew32gfg24gf45f3g54</tok>
          </movePlaylistItem>
      </fn>
  </siresp>

 

back to index