protocol.taskschedule.RemoveScheduledTasksResponse
This response acts as an acknowledgement to its corresponding request.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
uid | no | 1 | text | user id |
sctid | no | unlimited | id type | Scheduled Task ID |
Example xml:
<sireq> <cid>Mum</cid> <fn> <addScheduledTasks> <sctid>testsched1</sctid> <sctid>testsched2</sctid> </addScheduledTasks> </fn> </sireq>