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