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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetPartnerIDIOverallGender_Result
NameDescriptionTypeAdditional information
totstud

integer

None.

Boys

integer

None.

Girls

integer

None.

partnerid

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "totstud": 1,
    "Boys": 1,
    "Girls": 1,
    "partnerid": "sample string 1"
  },
  {
    "totstud": 1,
    "Boys": 1,
    "Girls": 1,
    "partnerid": "sample string 1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetPartnerIDIOverallGender_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetPartnerIDIOverallGender_Result>
    <Boys>1</Boys>
    <Girls>1</Girls>
    <partnerid>sample string 1</partnerid>
    <totstud>1</totstud>
  </GetPartnerIDIOverallGender_Result>
  <GetPartnerIDIOverallGender_Result>
    <Boys>1</Boys>
    <Girls>1</Girls>
    <partnerid>sample string 1</partnerid>
    <totstud>1</totstud>
  </GetPartnerIDIOverallGender_Result>
</ArrayOfGetPartnerIDIOverallGender_Result>