GET api/JankariPortal/GetRptDSBeneficiarySummary?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetRptDSBeneficiarySummary_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| totbeneficiary | integer |
None. |
|
| totteammember | integer |
None. |
|
| stname | string |
None. |
|
| city | string |
None. |
|
| partnerid | string |
None. |
|
| partnername | string |
None. |
|
| reporttopc | string |
None. |
|
| pcname | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"totbeneficiary": 1,
"totteammember": 1,
"stname": "sample string 1",
"city": "sample string 2",
"partnerid": "sample string 3",
"partnername": "sample string 4",
"reporttopc": "sample string 5",
"pcname": "sample string 6"
},
{
"totbeneficiary": 1,
"totteammember": 1,
"stname": "sample string 1",
"city": "sample string 2",
"partnerid": "sample string 3",
"partnername": "sample string 4",
"reporttopc": "sample string 5",
"pcname": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptDSBeneficiarySummary_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptDSBeneficiarySummary_Result>
<city>sample string 2</city>
<partnerid>sample string 3</partnerid>
<partnername>sample string 4</partnername>
<pcname>sample string 6</pcname>
<reporttopc>sample string 5</reporttopc>
<stname>sample string 1</stname>
<totbeneficiary>1</totbeneficiary>
<totteammember>1</totteammember>
</GetRptDSBeneficiarySummary_Result>
<GetRptDSBeneficiarySummary_Result>
<city>sample string 2</city>
<partnerid>sample string 3</partnerid>
<partnername>sample string 4</partnername>
<pcname>sample string 6</pcname>
<reporttopc>sample string 5</reporttopc>
<stname>sample string 1</stname>
<totbeneficiary>1</totbeneficiary>
<totteammember>1</totteammember>
</GetRptDSBeneficiarySummary_Result>
</ArrayOfGetRptDSBeneficiarySummary_Result>