REST API - notifyDropped
The table summarizes the REST API - notifyDropped.
Request
| Format | PUT <baseurl>/globaldata/admin/casemodel/<caseModelID>/dropped |
| Path parameters | caseModelID. The unique identifier of the case model. This can be obtained by running
getCaseModel or
getCaseModelBasicInfo.
|
| Query parameters |
|
Response
| JSON | Returns a JSON representation of the contents of a NotifyDDLExecutionResponse element. |
| XML | Returns the contents of a NotifyDDLExecutionResponseelement (from the BusinessDataServicesAdminServiceschema) |
Example
| Request | PUT <baseurl>/globaldata/admin/casemodel/1/dropped |
| Response | {
"xml-fragment": ""
}
|