{
    "EmployeeSearchDetails": {
        "ApiUrl": "HX_EMPLOYEE_DATA_SRCH.v1/empID/empName",
        "usage": "Employee search detail services",
        "CustomMessage": "Details of selected employee",
        "RequiredMessage": "Please type in employee name or employee ID"
    },
    "ATraiseException": {
        "ApiUrl": "https://stationhqa.hexaware.com/hr_webapi/Attendance/api/v1/me/exceptions",
        "usage": "raise attendace exception",
        "Messages": {
            "fromDate": "Please provide the From Date?",
            "todate": "Please provide the To Date?",
            "inTime": "Please provide the In time..?",
            "outTime": "Please provide the Out time..?",
            "reason": "Please select or enter your reason?",
            "remark": "Please provide a remark",
            "exitDate": "Please provide the Exit Date?",
            "success": "Great.. your exception has been raised successfully",
            "confirmation": "Please confirm to raise exception?",
            "weeklyOffDate": "Please provide the Weekly-off date?",
            "speechMsg": "Your exception has been raised succesfully!!",
            "beforeConfirmationMsg": "Do you want me to raise exception with the following details?",
            "titleMsg": "Attendance Exception Details",
            "confirmationNo": "Exception has not been raised.",
            "inOutTime":"Please provide the in and out time (like 10 am to 11 am)",
            "date":"Please provide a date."
        }
    },
    "ATexceptionReason": {
        "ApiUrl": "https://stationhqa.hexaware.com/hr_webapi/Attendance/api/v1/exceptionreasons?exceptiontype=w",
        "usage": "exception reason"
    },
    "ATviewException": {
        "ApiUrl": "https://stationhqa.hexaware.com/hr_webapi/Attendance/api/v1/me/exceptions?Employeeid=varempId&statuscode=varstatusCode&fromdate=varfromDate&todate=vartoDate&pagesize=30&pagenumber=1&sortby=-fromdate",
        "usage": "view attendance exception",
        "Messages": {
            "titleMsg": "Attendance Exception",
            "NoException": "There are no exceptions for you at this point !",
            "NoPendingException": "There are no Pending exceptions for you at this point !",
            "NoApproedException": "There are no Approved exceptions for you at this point !",
            "NopendException": "There are no Pending exceptions for you at this point !",
            "NoapprovException": "There are no Approved exceptions for you at this point !",
            "singleException": "Following is the exception you have raised :",
            "pendingException": "Following is the exceptions, that is still pending :",
            "approvedException": "Following is the exceptions approved by your manager :",
            "rejectedException": "Following is the exceptions rejected by your manager :",
            "multipleException": "Following is the list of exceptions you have raised :"
        }
    },
    "ATacknowledgeExceptionMSS": {
        "ApiUrl": "https://stationhqa.hexaware.com/hr_webapi/Attendance/api/v1/me/myreporteeexceptions?MangerId=varmanagerId&fromdate=varfromDate&todate=vartoDate&employeeid=varEmpId&statuscode=varstatusCode&pagesize=30&pagenumber=1&sortby=-fromdate",
        "AckApiUrl": "https://stationhqa.hexaware.com/hr_webapi/attendance/api/v1.0/me/myreporteeexceptions",
        "usage": "view attendance exception for manager",
        "Messages": {
            "titleMsg": "Attendance Exception",
            "NoException": "There are no Pending exceptions for your team at this point !",
            "singleException": "If you want to acknowledge this exception, confirm submission with Approve or reject",
            "ConfirmationApprove": "Please confirm the submission for approving exception with Yes or No",
            "ConfirmationReject": "Please confirm the submission for rejecting exception with Yes or No",
            "ConfirmationYes": "This Exception successfully updated",
            "ConfirmationApproveYes": "This Exception has been approved.",
            "ConfirmationRejectYes": "This Exception has been rejected.",
            "ConfirmationNo": "Ok! You can acknowledge this exception later.",
            "multipleException": "Following is the list of exception raised by your team :",
            "acknowledgedException": "Following is the exception raised by your team :"
        }
    },
    "ATcancelException": {
        "ApiUrl": "https://stationhqa.hexaware.com/hr_webapi/Attendance/api/v1/me/exceptions",
        "usage": "cancel attendance exception",
        "Messages": {
            "titleMsg": "Attendance Exception",
            "AskStartDate": "Which date exception you want to cancel ?",
            "NoCancelException": "There is no exception you can cancel",
            "singleCancelException": "If you want to cancel this exception, confirm submission with Yes or No",
            "Confirmation": "Please confirm the submission for cancelling exception with Yes or No",
            "ConfirmationYes": "Exception successfully cancelled",
            "ConfirmationNo": "Ok! Not cancelling any exception.",
            "multipleCancelException": "Following is the list of exception you can cancel:"
        }
    },
    "ATcalculateShortFallException": {
        "ApiUrl": "https://stationhqa.hexaware.com/hr_webapi/attendance/API/v1.0/me/enquireshortfall?employeeid=varEmpId",
        "usage": "calculate attendance shortfall",
        "Messages": {
            "QuarterMsg": "Your quarterly shortfall as of today is varHours hours"
        }
    },
    "ATHealthCheck": {
        "ApiUrl": "https://stationhqa.hexaware.com/hr_webapi/Attendance/api/v1/exceptionreasons?exceptiontype=w",
        "usage": "Health Check Call",
        "Messages": {}
    },
    "ATgetNoAttendanceDates": {
        "ApiUrl": "",
        "usage": "Get no attendance available dates."
    },
    "ATgetlessNineAboveSixShortHrsDates": {
        "ApiUrl": "http://localhost:3000/AT/getlessNineAboveSixShortHrsDates/varEmpId",
        "usage": "Get no attendance available dates."
    },
    "ATgetPendingExceptionApprovalCountMSS":{
        "ApiUrl": "",
        "usage": "Get pending exception approval count by manager employee Id."
    }
}