API Documentation



Get Employee Disc Points Status

This API is used to Get the Status of the Employee Discount Points that how much is used and how much is left to use.

Authorization Detail

Name Detail
End Point http://demo.logicerp.com/api/EmployeeDiscPointsStatus
Request Type POST
Authorization Basic Auth
Username Demo
Password 1

Request

               
{
    "RCU_MobileNo":"9814855048",
    "Ext_APP_Code":"KILLER"
}

        

Response

 
{
    "Result": {
        "StatusCode": 0,
        "Message": "Success.",
        "SchemeCode": 1,
        "SchemeName": "Scheme 1",
        "YearLimit": 10000.0000,
        "MonthLimit": 10000.0000,
        "BillLimit": 10000.0000,
        "YearLimitUsed": 3690.0,
        "MonthLimitUsed": 3580.0,
        "YearBalance": 6310.0000,
        "MonthBalance": 6420.0000,
        "DiscP": 5.0000,
        "LstCompGroupDisc": [
            {
                "GroupCode": 0,
                "GroupName": "",
                "CompCode": 783,
                "CompName": "redtape",
                "CodeType": "COMP",
                "DiscP": 10.0
            }
        ]
    },
    "Status": true,
    "Message": "Success.",
    "LastSavedCode": 22
}