TYBA






protocol.taskschedule.RemoveScheduledTasksResponse

RemoveScheduledTasksResponse

This response acts as an acknowledgement to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
uidno1textuser id
sctidnounlimitedid typeScheduled Task ID

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <addScheduledTasks>
              <sctid>testsched1</sctid>
              <sctid>testsched2</sctid>
          </addScheduledTasks>
      </fn>
  </sireq>

 

back to index