SOAP API - rescheduleWorkitem
The table summarizes the SOAP API - rescheduleWorkitem.
Request | Uses the rescheduleWorkItem element (from the WorkItemSchedulerService schema). |
Parameter notes |
|
Response | Returns a rescheduleWorkItemResponse element (from the WorkItemSchedulerService schema). |
Example | Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://api.brm.n2.tibco.com"> <soapenv:Header/> <soapenv:Body> <api:rescheduleWorkItem> <workItemID id="2147483647"/> <itemSchedule> <startDate>2001-12-17T09:30:47Z</startDate> <maxDuration months="0" minutes="0" days="1" years="0" hours="0" weeks="0"/> </itemSchedule> <itemBody> <parameter Name="Name" Array="false"> <Value>Clint Hill</Value> </parameter> <parameter Name="Cost" Array="false"> <Value>1200</Value> </parameter> </itemBody> </api:rescheduleWorkItem> </soapenv:Body> </soapenv:Envelope> |
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <rescheduleWorkItemResponse xmlns="http://api.brm.n2.tibco.com"> <success xmlns="">true</success> </rescheduleWorkItemResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.