GET api/JankariPortal/GetDSBeneficiaryDetail?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetDSBeneficiaryDetail_Result
NameDescriptionTypeAdditional information
partnerid

string

None.

partnername

string

None.

city

string

None.

createby

string

None.

createbyname

string

None.

desid

string

None.

desname

string

None.

mobile

string

None.

reporttopc

string

None.

pcname

string

None.

Batch1

integer

None.

Batch2

integer

None.

Batch3

integer

None.

Batch4

integer

None.

Batch5

integer

None.

Batch6

integer

None.

Batch7

integer

None.

Batch8

integer

None.

Batch9

integer

None.

Batch10

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "partnerid": "sample string 1",
    "partnername": "sample string 2",
    "city": "sample string 3",
    "createby": "sample string 4",
    "createbyname": "sample string 5",
    "desid": "sample string 6",
    "desname": "sample string 7",
    "mobile": "sample string 8",
    "reporttopc": "sample string 9",
    "pcname": "sample string 10",
    "Batch1": 1,
    "Batch2": 1,
    "Batch3": 1,
    "Batch4": 1,
    "Batch5": 1,
    "Batch6": 1,
    "Batch7": 1,
    "Batch8": 1,
    "Batch9": 1,
    "Batch10": 1
  },
  {
    "partnerid": "sample string 1",
    "partnername": "sample string 2",
    "city": "sample string 3",
    "createby": "sample string 4",
    "createbyname": "sample string 5",
    "desid": "sample string 6",
    "desname": "sample string 7",
    "mobile": "sample string 8",
    "reporttopc": "sample string 9",
    "pcname": "sample string 10",
    "Batch1": 1,
    "Batch2": 1,
    "Batch3": 1,
    "Batch4": 1,
    "Batch5": 1,
    "Batch6": 1,
    "Batch7": 1,
    "Batch8": 1,
    "Batch9": 1,
    "Batch10": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetDSBeneficiaryDetail_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetDSBeneficiaryDetail_Result>
    <Batch1>1</Batch1>
    <Batch10>1</Batch10>
    <Batch2>1</Batch2>
    <Batch3>1</Batch3>
    <Batch4>1</Batch4>
    <Batch5>1</Batch5>
    <Batch6>1</Batch6>
    <Batch7>1</Batch7>
    <Batch8>1</Batch8>
    <Batch9>1</Batch9>
    <city>sample string 3</city>
    <createby>sample string 4</createby>
    <createbyname>sample string 5</createbyname>
    <desid>sample string 6</desid>
    <desname>sample string 7</desname>
    <mobile>sample string 8</mobile>
    <partnerid>sample string 1</partnerid>
    <partnername>sample string 2</partnername>
    <pcname>sample string 10</pcname>
    <reporttopc>sample string 9</reporttopc>
  </GetDSBeneficiaryDetail_Result>
  <GetDSBeneficiaryDetail_Result>
    <Batch1>1</Batch1>
    <Batch10>1</Batch10>
    <Batch2>1</Batch2>
    <Batch3>1</Batch3>
    <Batch4>1</Batch4>
    <Batch5>1</Batch5>
    <Batch6>1</Batch6>
    <Batch7>1</Batch7>
    <Batch8>1</Batch8>
    <Batch9>1</Batch9>
    <city>sample string 3</city>
    <createby>sample string 4</createby>
    <createbyname>sample string 5</createbyname>
    <desid>sample string 6</desid>
    <desname>sample string 7</desname>
    <mobile>sample string 8</mobile>
    <partnerid>sample string 1</partnerid>
    <partnername>sample string 2</partnername>
    <pcname>sample string 10</pcname>
    <reporttopc>sample string 9</reporttopc>
  </GetDSBeneficiaryDetail_Result>
</ArrayOfGetDSBeneficiaryDetail_Result>