GET api/Partner/GetPartnerIDIMaleFemaleRatioNew?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetPartnerIDIMaleFemaleRatio_Result
NameDescriptionTypeAdditional information
pgid

string

None.

partnerid

string

None.

phase

string

None.

groupbatch

string

None.

boys

integer

None.

girls

integer

None.

total

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "pgid": "sample string 1",
    "partnerid": "sample string 2",
    "phase": "sample string 3",
    "groupbatch": "sample string 4",
    "boys": 1,
    "girls": 1,
    "total": 1
  },
  {
    "pgid": "sample string 1",
    "partnerid": "sample string 2",
    "phase": "sample string 3",
    "groupbatch": "sample string 4",
    "boys": 1,
    "girls": 1,
    "total": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetPartnerIDIMaleFemaleRatio_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetPartnerIDIMaleFemaleRatio_Result>
    <boys>1</boys>
    <girls>1</girls>
    <groupbatch>sample string 4</groupbatch>
    <partnerid>sample string 2</partnerid>
    <pgid>sample string 1</pgid>
    <phase>sample string 3</phase>
    <total>1</total>
  </GetPartnerIDIMaleFemaleRatio_Result>
  <GetPartnerIDIMaleFemaleRatio_Result>
    <boys>1</boys>
    <girls>1</girls>
    <groupbatch>sample string 4</groupbatch>
    <partnerid>sample string 2</partnerid>
    <pgid>sample string 1</pgid>
    <phase>sample string 3</phase>
    <total>1</total>
  </GetPartnerIDIMaleFemaleRatio_Result>
</ArrayOfGetPartnerIDIMaleFemaleRatio_Result>