SOAP API - closeWorkItem
The table summarizes the SOAP API - closeWorkItem.
Request | Uses the closeWorkItem element (from the WorkItemManagementService schema) |
Parameter notes |
|
Response | Returns a closeWorkItemResponse element (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:closeWorkItem> <workItemID id="37"/> <workItemPayload> <dataModel> <inputs array="false" name="IssueDescription" type="String"> <simpleSpec> <value>Forgot password</value> </simpleSpec> </inputs> <inputs array="false" name="IssueDetails" type="String"> <simpleSpec> <value>Please reset password</value> </simpleSpec> </inputs> <inouts array="false" name="ResolutionDetails" type="String"> <simpleSpec/> </inouts> <inouts array="false" name="ResolutionDescription" type="String"> <simpleSpec/> </inouts> </dataModel> </workItemPayload> </api:closeWorkItem> </soapenv:Body> </soapenv:Envelope> |
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <closeWorkItemResponse xmlns="http://api.brm.n2.tibco.com"> <workItemID id="37" version="3" xmlns=""/> </closeWorkItemResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.