=========================
App Details Link - First screen

[Fixed URL]
https://api.parinaam.in/api/GetAppDetails

inputJSON
---------
{
"ProjectCode":28281
}

Output JSON
-----------
[
    {
        "projectID": 1,
        "projectName": "AbbottMNANC",
        "description": "AbbottMNANC",
        "activationStatus": true,
        "ProjectCode": "28281",
        "color_Dark": "#ffffff",
        "color_Light": "#ffffff",
        "text_Color_onDark": "#ffffff",
        "text_Color_onLight": "#ffffff",
        "text_Color_onWhite": "#ffffff",
        "splash_logo_Url": "https://an.parinaam.in/images/abbottlogoold.png",
        "login_logo_Url": "https://an.parinaam.in/images/abbottlogoold.png",
        "forget_Password_on_LoginPage": true,
        "menu_top_logo": "https://an.parinaam.in/images/abbottlogoold.png",
        "baseURL": "https://An.parinaam.in/Webservice/Abbott_MnancService.svc/"
    }
]
==========================






==========================
Login Service

https://an.parinaam.in/Webservice/Abbott_MnancService.svc/Login

Input JSON
------------
{
        "UserName": "UserName",
        "Password": "Password",
        "Intime": "14:18:48",
        "Latitude": 0,
        "Longitude": 0,
        "Appversion": "1.0",
        "Attmode": "0",
        "Networkstatus": "0",
        "Manufacturer": "",
        "ModelNumber": "",
        "OSVersion": "",
}



Output Json will have status and Security Token. Save this security Token for sending with each data download Call.

==========================




==========================
Download data Generic

https://an.parinaam.in/Webservice/Abbott_MnancService.svc/DownloadJson

inputJSON - Supervisor Team List
---------
{
      Downloadtype: "Sup_TeamList",
      UserName: userInfoStore.getUserName(),
      Param1: "",
      Param2: "",
      SecurityToken: userInfoStore.getSecurityToken(),
}

Output Json Will vary based on 'Downloadtype'
=========================


Store List
------------
https://Anitemp.parinaam.in/Webservice/Abbott_MnancService.svc/DownloadJson
{
      Downloadtype: "Sup_JourneyPlan",
      UserName: userInfoStore.getUserName(),
      Param1: empid,
      Param2: "",
      SecurityToken: userInfoStore.getSecurityToken(),
    };
