SOAP API - editWorkListView
The table summarizes the SOAP API - editWorkListView.
Request | Uses the editWorkListView element (from the WorkListService schema) |
Parameter notes |
See SOAP API - createWorkListView for a description of the rest of the parameters. |
Response | Returns a editWorkListViewResponse element (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:editWorkListView name="Test" description="This is a test" workListViewID="13"> </api:editWorkListView> </soapenv:Body> </soapenv:Envelope> |
Response:<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <editWorkListViewResponse xmlns="http://api.brm.n2.tibco.com"> <workListViewID xmlns="">13</workListViewID> </editWorkListViewResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.