GET api/Employee/GetRptDSBeneficiary?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetRptDSBeneficiary_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| dsempid | string |
None. |
|
| city | string |
None. |
|
| location | string |
None. |
|
| fullname | string |
None. |
|
| age | integer |
None. |
|
| mobile | string |
None. |
|
| debatch | string |
None. |
|
| gender | string |
None. |
|
| batname | string |
None. |
|
| batchstart | date |
None. |
|
| batchend | date |
None. |
|
| createby | string |
None. |
|
| createbyname | string |
None. |
|
| reportto | string |
None. |
|
| dcid | string |
None. |
|
| dcname | string |
None. |
|
| reportstoname | string |
None. |
|
| certificatestatus | string |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"dsempid": "sample string 1",
"city": "sample string 2",
"location": "sample string 3",
"fullname": "sample string 4",
"age": 1,
"mobile": "sample string 5",
"debatch": "sample string 6",
"gender": "sample string 7",
"batname": "sample string 8",
"batchstart": "2025-10-30T02:51:40.6160647+05:30",
"batchend": "2025-10-30T02:51:40.6160647+05:30",
"createby": "sample string 9",
"createbyname": "sample string 10",
"reportto": "sample string 11",
"dcid": "sample string 12",
"dcname": "sample string 13",
"reportstoname": "sample string 14",
"certificatestatus": "sample string 15",
"tRecordCount": 1
},
{
"dsempid": "sample string 1",
"city": "sample string 2",
"location": "sample string 3",
"fullname": "sample string 4",
"age": 1,
"mobile": "sample string 5",
"debatch": "sample string 6",
"gender": "sample string 7",
"batname": "sample string 8",
"batchstart": "2025-10-30T02:51:40.6160647+05:30",
"batchend": "2025-10-30T02:51:40.6160647+05:30",
"createby": "sample string 9",
"createbyname": "sample string 10",
"reportto": "sample string 11",
"dcid": "sample string 12",
"dcname": "sample string 13",
"reportstoname": "sample string 14",
"certificatestatus": "sample string 15",
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptDSBeneficiary_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptDSBeneficiary_Result>
<age>1</age>
<batchend>2025-10-30T02:51:40.6160647+05:30</batchend>
<batchstart>2025-10-30T02:51:40.6160647+05:30</batchstart>
<batname>sample string 8</batname>
<certificatestatus>sample string 15</certificatestatus>
<city>sample string 2</city>
<createby>sample string 9</createby>
<createbyname>sample string 10</createbyname>
<dcid>sample string 12</dcid>
<dcname>sample string 13</dcname>
<debatch>sample string 6</debatch>
<dsempid>sample string 1</dsempid>
<fullname>sample string 4</fullname>
<gender>sample string 7</gender>
<location>sample string 3</location>
<mobile>sample string 5</mobile>
<reportstoname>sample string 14</reportstoname>
<reportto>sample string 11</reportto>
<tRecordCount>1</tRecordCount>
</GetRptDSBeneficiary_Result>
<GetRptDSBeneficiary_Result>
<age>1</age>
<batchend>2025-10-30T02:51:40.6160647+05:30</batchend>
<batchstart>2025-10-30T02:51:40.6160647+05:30</batchstart>
<batname>sample string 8</batname>
<certificatestatus>sample string 15</certificatestatus>
<city>sample string 2</city>
<createby>sample string 9</createby>
<createbyname>sample string 10</createbyname>
<dcid>sample string 12</dcid>
<dcname>sample string 13</dcname>
<debatch>sample string 6</debatch>
<dsempid>sample string 1</dsempid>
<fullname>sample string 4</fullname>
<gender>sample string 7</gender>
<location>sample string 3</location>
<mobile>sample string 5</mobile>
<reportstoname>sample string 14</reportstoname>
<reportto>sample string 11</reportto>
<tRecordCount>1</tRecordCount>
</GetRptDSBeneficiary_Result>
</ArrayOfGetRptDSBeneficiary_Result>