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