Response JSON Parameters

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

Sample Response

Success: 200
{
  "errorMessage": "",
  "statusCode": "UPDATE_SUCCESS",
  "status": "SUCCESS"
}
Error: 400
{
  "errorMessage": "Invalid date format. Expected yyyy-mm-dd",
  "statusCode": "INVALID_INPUT",
  "status": "FAILED"
}
{
  "errorMessage": "User ID or Application Name not found",
  "statusCode": "INVALID_INPUT",
  "status": "FAILED"
}
Error: 500
{
  "errorMessage": "Internal Server Error",
  "statusCode": "INTERNAL_ERROR",
  "status": "FAILED"
}