8.1.2 Response JSON Parameters

This section provides the list of parameters in the JSON Response.

Table 8-3 Table: POST JSON Response

Name Type Description
processInstanceID STRING Instance Id of the Process being executed
processStatus STRING It indicates if the process execution has started Successfully/Failed
processID STRING Process ID of the Run Pipeline
message STRING It indicates the process message description

For example: Invalid Run Purpose, converted to other

Table 8-4 Possible Status Codes

Status Code Description
202 Success.
400 If the process Id is not passed in the request.
400 Object ID is not passed.
400 If a duplicate process code is found.
400 Object ID is already registered.
400 If MIS date is not in correct format.
400 If executing a workflow type pipeline.
400 If wrong run purpose is passed.
500 Error while executing a pipeline.

Response JSON Sample

{
"processInstanceId": "1634536080515_3f80680b-3276-42ac-a41c-a573d0697c23",
 
"processStatus": "SUCCESS",
                 
“processId”:””,

"message": "",

          }