REST API - notifyCleaned
The table summarizes the REST API - notifyCleaned.
Request
| Format | PUT <baseurl>/globaldata/admin/casemodel/<caseModelID>/cleaned |
| 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/cleaned |
| Response | {
"xml-fragment": ""
}
|