SOAP API - deleteCaseByCID
The table summarizes the SOAP API - deleteCaseByCID.
Request | Uses the DeleteCaseByCIDRequest element (from the BusinessDataServices schema) |
Parameter notes |
|
Response | Returns a DeleteCaseByCIDResponse element (from the BusinessDataServices schema) |
Example | Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://api.bds.tibco.com"> <soapenv:Header/> <soapenv:Body> <api:DeleteCaseByCIDRequest> <caseModelVersion>1</caseModelVersion> <caseType>com.example.hastings.Order</caseType> <casePayload> <![CDATA[ <hastings:OrderElement xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:hastings="http://example.com/hastings" xsi:type="hastings:Order"> <orderNum>776564</orderNum> </hastings:OrderElement> ]]> </casePayload> </api:DeleteCaseByCIDRequest> </soapenv:Body> </soapenv:Envelope> |
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <DeleteCaseByCIDResponse xmlns="http://api.bds.tibco.com"/> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.