SOAP API - getOfferSet
The table summarizes the SOAP API - getOfferSet.
Request | Uses the getOfferSet element (from the WorkItemManagementService schema) |
Parameter notes |
|
Response | Returns a getOfferSetResponse 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:getOfferSet> <workItemID id="3"/> <apiVersion>1</apiVersion> </api:getOfferSet> </soapenv:Body> </soapenv:Envelope> |
Response:<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <getOfferSetResponse xmlns="http://api.brm.n2.tibco.com"> <entityGuid xmlns="">_5i1V0CfLEeChutsy_vK9tg</entityGuid> </getOfferSetResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.