SOAP API - unallocateWorkItem
The table summarizes the SOAP API - unallocateWorkItem.
| Request | Uses the unallocateWorkItemelement (from the WorkItemManagementService schema) |
| Parameter notes |
|
| Response | Returns an unallocateWorkItemResponseelement (from the WorkItemManagementService 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:unallocateWorkItem>
<workItemID id="
|
Response:<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<unallocateWorkItemResponse xmlns="http://api.brm.n2.tibco.com">
<workItem xmlns="">
<id id="
|