TYBA






protocol.DeleteRadioStationResponse

DeleteRadioStationResponse

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
rdidnounboundeddatabase idradio station id

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <deleteRadioStation>
              <rdid>1</rdid>
              <rdid>2</rdid>
          </deleteRadioStation>
      </fn>
  </siresp>

 

back to index