GET api/Center/GetGenderEnrollmentStateSummaryATAL/{userid}/{role}/{pgid}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

role

string

Required

pgid

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetGenderEnrollmentStateSummaryATAL_Result
NameDescriptionTypeAdditional information
state

string

None.

pgid

string

None.

acyear

string

None.

school

integer

None.

center

integer

None.

student

integer

None.

partnerid

string

None.

boys

integer

None.

girls

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "state": "sample string 1",
    "pgid": "sample string 2",
    "acyear": "sample string 3",
    "school": 1,
    "center": 1,
    "student": 1,
    "partnerid": "sample string 4",
    "boys": 1,
    "girls": 1
  },
  {
    "state": "sample string 1",
    "pgid": "sample string 2",
    "acyear": "sample string 3",
    "school": 1,
    "center": 1,
    "student": 1,
    "partnerid": "sample string 4",
    "boys": 1,
    "girls": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetGenderEnrollmentStateSummaryATAL_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetGenderEnrollmentStateSummaryATAL_Result>
    <acyear>sample string 3</acyear>
    <boys>1</boys>
    <center>1</center>
    <girls>1</girls>
    <partnerid>sample string 4</partnerid>
    <pgid>sample string 2</pgid>
    <school>1</school>
    <state>sample string 1</state>
    <student>1</student>
  </GetGenderEnrollmentStateSummaryATAL_Result>
  <GetGenderEnrollmentStateSummaryATAL_Result>
    <acyear>sample string 3</acyear>
    <boys>1</boys>
    <center>1</center>
    <girls>1</girls>
    <partnerid>sample string 4</partnerid>
    <pgid>sample string 2</pgid>
    <school>1</school>
    <state>sample string 1</state>
    <student>1</student>
  </GetGenderEnrollmentStateSummaryATAL_Result>
</ArrayOfGetGenderEnrollmentStateSummaryATAL_Result>