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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetPartnerStdEnrollmentSummary_Result
NameDescriptionTypeAdditional information
pgid

string

None.

acyear

string

None.

partnerid

string

None.

total

integer

None.

First

integer

None.

Second

integer

None.

Third

integer

None.

Fourth

integer

None.

Fifth

integer

None.

Sixth

integer

None.

Seventh

integer

None.

Eighth

integer

None.

Ninth

integer

None.

Tenth

integer

None.

Eleventh

integer

None.

Twelth

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "pgid": "sample string 1",
    "acyear": "sample string 2",
    "partnerid": "sample string 3",
    "total": 1,
    "First": 1,
    "Second": 1,
    "Third": 1,
    "Fourth": 1,
    "Fifth": 1,
    "Sixth": 1,
    "Seventh": 1,
    "Eighth": 1,
    "Ninth": 1,
    "Tenth": 1,
    "Eleventh": 1,
    "Twelth": 1
  },
  {
    "pgid": "sample string 1",
    "acyear": "sample string 2",
    "partnerid": "sample string 3",
    "total": 1,
    "First": 1,
    "Second": 1,
    "Third": 1,
    "Fourth": 1,
    "Fifth": 1,
    "Sixth": 1,
    "Seventh": 1,
    "Eighth": 1,
    "Ninth": 1,
    "Tenth": 1,
    "Eleventh": 1,
    "Twelth": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetPartnerStdEnrollmentSummary_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetPartnerStdEnrollmentSummary_Result>
    <Eighth>1</Eighth>
    <Eleventh>1</Eleventh>
    <Fifth>1</Fifth>
    <First>1</First>
    <Fourth>1</Fourth>
    <Ninth>1</Ninth>
    <Second>1</Second>
    <Seventh>1</Seventh>
    <Sixth>1</Sixth>
    <Tenth>1</Tenth>
    <Third>1</Third>
    <Twelth>1</Twelth>
    <acyear>sample string 2</acyear>
    <partnerid>sample string 3</partnerid>
    <pgid>sample string 1</pgid>
    <total>1</total>
  </GetPartnerStdEnrollmentSummary_Result>
  <GetPartnerStdEnrollmentSummary_Result>
    <Eighth>1</Eighth>
    <Eleventh>1</Eleventh>
    <Fifth>1</Fifth>
    <First>1</First>
    <Fourth>1</Fourth>
    <Ninth>1</Ninth>
    <Second>1</Second>
    <Seventh>1</Seventh>
    <Sixth>1</Sixth>
    <Tenth>1</Tenth>
    <Third>1</Third>
    <Twelth>1</Twelth>
    <acyear>sample string 2</acyear>
    <partnerid>sample string 3</partnerid>
    <pgid>sample string 1</pgid>
    <total>1</total>
  </GetPartnerStdEnrollmentSummary_Result>
</ArrayOfGetPartnerStdEnrollmentSummary_Result>