GET api/Employee/GetEmpAttAllSumGraphData?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetEmpAttAllSumGraph_Result
NameDescriptionTypeAdditional information
empcode

integer

None.

depid

string

None.

depname

string

None.

empid

string

None.

empname

string

None.

month1

string

None.

month

integer

None.

year

integer

None.

totalwh

decimal number

None.

totalot

decimal number

None.

totallate

decimal number

None.

alldayhrs

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "empcode": 1,
    "depid": "sample string 1",
    "depname": "sample string 2",
    "empid": "sample string 3",
    "empname": "sample string 4",
    "month1": "sample string 5",
    "month": 1,
    "year": 1,
    "totalwh": 1.1,
    "totalot": 1.1,
    "totallate": 1.1,
    "alldayhrs": 6
  },
  {
    "empcode": 1,
    "depid": "sample string 1",
    "depname": "sample string 2",
    "empid": "sample string 3",
    "empname": "sample string 4",
    "month1": "sample string 5",
    "month": 1,
    "year": 1,
    "totalwh": 1.1,
    "totalot": 1.1,
    "totallate": 1.1,
    "alldayhrs": 6
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetEmpAttAllSumGraph_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetEmpAttAllSumGraph_Result>
    <alldayhrs>6</alldayhrs>
    <depid>sample string 1</depid>
    <depname>sample string 2</depname>
    <empcode>1</empcode>
    <empid>sample string 3</empid>
    <empname>sample string 4</empname>
    <month>1</month>
    <month1>sample string 5</month1>
    <totallate>1.1</totallate>
    <totalot>1.1</totalot>
    <totalwh>1.1</totalwh>
    <year>1</year>
  </GetEmpAttAllSumGraph_Result>
  <GetEmpAttAllSumGraph_Result>
    <alldayhrs>6</alldayhrs>
    <depid>sample string 1</depid>
    <depname>sample string 2</depname>
    <empcode>1</empcode>
    <empid>sample string 3</empid>
    <empname>sample string 4</empname>
    <month>1</month>
    <month1>sample string 5</month1>
    <totallate>1.1</totallate>
    <totalot>1.1</totalot>
    <totalwh>1.1</totalwh>
    <year>1</year>
  </GetEmpAttAllSumGraph_Result>
</ArrayOfGetEmpAttAllSumGraph_Result>