32.1.2 Response JSON Parameters
This section provides the list of parameters in the JSON Response.
Table 32-3 POST JSON Response
Name | Type | Description |
---|---|---|
status |
STRING | Status of the process execution.
|
message |
STRING | It indicates the process message description. For example: Run Purpose Details have been added successfully |
Response JSON Sample
Success:201
{
"status": true,
"message": "Run Purpose Details have been added successfully."
}