Method

POST

Parameters

Result

A JSON object that represents an incident object with the following properties:

Response Codes

Example

Request Body:

  1. {
  2. "id": "anIncidentId",
  3. "processDefinitionId": "aProcDefId",
  4. "executionId": "anExecutionId",
  5. "incidentTimestamp": "2014-03-01T08:00:00.000+0200",
  6. "activityId": "serviceTask",
  7. "causeIncidentId": "aCauseIncidentId",
  8. "configuration": "aConfiguration",
  9. "tenantId": null,
  10. "incidentMessage": "anIncidentMessage",
  11. "jobDefinitionId": "aJobDefinitionId"