TYBA






protocol.DeleteRadioStationRequest

DeleteRadioStationRequest

This request allows you to delete radio stations based upon the supplied id/s.

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

Example xml:


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

 

back to index