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