SOAP API - unlinkCase
The table summarizes the SOAP API - unlinkCase.
Request | Uses the UnlinkCaseRequest element (from the BusinessDataServices schema). |
Parameter notes |
|
Response | Returns an UnlinkCaseResponse element (from the BusinessDataServices schema). |
Example | Request:
<soapenv:Body> <api:UnlinkCaseRequest> <sourceCaseReference>BDS-2-com.example.gddemo.Customer-1-1</sourceCaseReference> <targetCaseReference>BDS-2-com.example.gddemo.Car-4-1</targetCaseReference> <targetCaseReference>BDS-2-com.example.gddemo.Car-6-1</targetCaseReference> <targetRoleName>cars</targetRoleName> </api:UnlinkCaseRequest> </soapenv:Body> |
Response:
<SOAP-ENV:Body> <UnlinkCaseResponse xmlns="http://api.bds.tibco.com"> <caseReference xmlns="">BDS-2-com.example.gddemo.Customer-1-2</caseReference> <targetCaseReference xmlns="">BDS-2-com.example.gddemo.Car-4-2</targetCaseReference> <targetCaseReference xmlns="">BDS-2-com.example.gddemo.Car-6-2</targetCaseReference> </UnlinkCaseResponse> </SOAP-ENV:Body> |
Copyright © Cloud Software Group, Inc. All rights reserved.