SOAP API - deleteCurrentResourceFromView
The table summarizes the SOAP API - deleteCurrentResourceFromView.
Request | Uses the deleteCurrentResourceFromViewelement (from the WorkListService schema) |
Parameter notes |
|
Response | Returns a deleteCurrentResourceFromViewResponseelement (from the WorkListService 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:deleteCurrentResourceFromView workListViewID="5"/> </soapenv:Body> </soapenv:Envelope> |
Response:<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <deleteCurrentResourceFromViewResponse workListViewID="5" xmlns="http://api.brm.n2.tibco.com"/> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |