40.1.1 Response JSON Parameters

This section provides the list of parameters in the JSON Response. Based on the activity status provided, the responses will vary.

Table 40-2 POST JSON Response

Name Type Description
message String process mapping created successfully or updated successfully
status String success
action String Add/Edit
response Numeric 200

Response JSON Sample


Create Success Response
{
  "message": "process mapping created successfully",
  "status": "success",
  "action": "Add",
  "response": 200
}
Update Success Response
{
  "message": "process mapping edited successfully",
  "status": "success",
  "action": "Edit",
  "response": 200
}