Method

POST

POST /case-definition/key/{key}/create (creates the latest version of the case definition which belongs to no tenant)

Parameters

A JSON object with the following properties:

Result

A JSON object representing the newly created case instance.Properties are:

Response Codes

Example

POST /case-definition/key/aCaseDefinitionKey/create

Request Body:

  1. {
  2. "id":"anId",
  3. "tenantId":null,
  4. "businessKey":"myBusinessKey",
  5. }