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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetDSEmployeeStatewiseBenificiaryCount_Result
NameDescriptionTypeAdditional information
state

string

None.

city

string

None.

partnerid

string

None.

partnername

string

None.

b1

integer

None.

b2

integer

None.

b3

integer

None.

b4

integer

None.

b5

integer

None.

b6

integer

None.

b7

integer

None.

b8

integer

None.

b9

integer

None.

b10

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "partnerid": "sample string 3",
    "partnername": "sample string 4",
    "b1": 1,
    "b2": 1,
    "b3": 1,
    "b4": 1,
    "b5": 1,
    "b6": 1,
    "b7": 1,
    "b8": 1,
    "b9": 1,
    "b10": 1
  },
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "partnerid": "sample string 3",
    "partnername": "sample string 4",
    "b1": 1,
    "b2": 1,
    "b3": 1,
    "b4": 1,
    "b5": 1,
    "b6": 1,
    "b7": 1,
    "b8": 1,
    "b9": 1,
    "b10": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetDSEmployeeStatewiseBenificiaryCount_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetDSEmployeeStatewiseBenificiaryCount_Result>
    <b1>1</b1>
    <b10>1</b10>
    <b2>1</b2>
    <b3>1</b3>
    <b4>1</b4>
    <b5>1</b5>
    <b6>1</b6>
    <b7>1</b7>
    <b8>1</b8>
    <b9>1</b9>
    <city>sample string 2</city>
    <partnerid>sample string 3</partnerid>
    <partnername>sample string 4</partnername>
    <state>sample string 1</state>
  </GetDSEmployeeStatewiseBenificiaryCount_Result>
  <GetDSEmployeeStatewiseBenificiaryCount_Result>
    <b1>1</b1>
    <b10>1</b10>
    <b2>1</b2>
    <b3>1</b3>
    <b4>1</b4>
    <b5>1</b5>
    <b6>1</b6>
    <b7>1</b7>
    <b8>1</b8>
    <b9>1</b9>
    <city>sample string 2</city>
    <partnerid>sample string 3</partnerid>
    <partnername>sample string 4</partnername>
    <state>sample string 1</state>
  </GetDSEmployeeStatewiseBenificiaryCount_Result>
</ArrayOfGetDSEmployeeStatewiseBenificiaryCount_Result>