SOAP API - unlinkDocument
The table summarizes the SOAP API - unlinkDocument.
Request | Uses the UnlinkDocumentRequest element (from the DocumentService schema) |
Parameter notes |
|
Response | Returns a UnlinkDocumentResponse element (from the DocumentService schema). |
Example | Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:doc="http://document.api.bds.tibco.com"> <soapenv:Header/> <soapenv:Body> <doc:UnlinkDocumentRequest> <sourceOwner> <caseReference>BDS-1-com.example.ordermodel.Order-3-0</caseReference> </sourceOwner> <documentReference>DocumentID-0d887a55-01df-43bf-b572-0b36989678df;1.0</documentReference> </doc:UnlinkDocumentRequest> </soapenv:Body> </soapenv:Envelope> |
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <UnlinkDocumentResponse xmlns="http://document.api.bds.tibco.com"/> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.