SOAP API - comment
The table summarizes the SOAP API - comment.
| Request | Uses the CommentRequestelement (from the EventCollectorUpdateService schema). |
| Parameter notes |
|
| Response | Returns a CommentResponse element (from the EventCollectorUpdateService schema). |
| Example | Request:<soapenv:Body>
<api:commentRequest>
<base:Comment>
<message>This is also a claim</message>
<parentCommentId>1684</parentCommentId>
<reference>
<processInstanceRef>
<instanceId>pvm:0a123</instanceId>
</processInstanceRef>
</reference>
</base:Comment>
</api:commentRequest>
</soapenv:Body>
|
Response:<SOAP-ENV:Body>
<commentResponse xmlns="http://api.ec.n2.tibco.com">
<id xmlns="">1432</id>
</commentResponse>
</SOAP-ENV:Body>
|