10.1.2 Response JSON Parameters
This section provides the list of parameters in the JSON Response.
Table 10-3 POST JSON Response
| Name | Type | Description |
|---|---|---|
| objectID | STRING | Object Id of the Process being aborted |
| message | STRING | It indicates the process message description For example: Process is already running |
| status | STRING | Status of the process execution. · Success: True · Failed: False |
Table 10-4 Possible Status Codes
| Status Code | Description |
|---|---|
| 200 | Process is aborted |
| 400 | Process is already completed or failed, so the process cannot be cancelled |
| 400 | Object ID is not passed |
| 500 | Error while fetching data |
| 500 | Failed to abort the process. Please retry |
| 404 | If data is not available |
Response JSON Sample
{ “message”:” Process is aborted”, “status”:”true” }