GET api/Center/GetMonthlyCenterVisitList/{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 GetMonthlyCenterVisitList_Result
NameDescriptionTypeAdditional information
mvcid

string

None.

state

string

None.

city

string

None.

centid

string

None.

centname

string

None.

visitdate

date

None.

teamleaderid

string

None.

tlname

string

None.

pcid

string

None.

pcname

string

None.

ohid

string

None.

ohname

string

None.

presentStudents

integer

None.

visittype

string

None.

status

integer

None.

pgid

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "mvcid": "sample string 1",
    "state": "sample string 2",
    "city": "sample string 3",
    "centid": "sample string 4",
    "centname": "sample string 5",
    "visitdate": "2025-05-10T12:23:14.6545678+05:30",
    "teamleaderid": "sample string 6",
    "tlname": "sample string 7",
    "pcid": "sample string 8",
    "pcname": "sample string 9",
    "ohid": "sample string 10",
    "ohname": "sample string 11",
    "presentStudents": 1,
    "visittype": "sample string 12",
    "status": 1,
    "pgid": "sample string 13"
  },
  {
    "mvcid": "sample string 1",
    "state": "sample string 2",
    "city": "sample string 3",
    "centid": "sample string 4",
    "centname": "sample string 5",
    "visitdate": "2025-05-10T12:23:14.6545678+05:30",
    "teamleaderid": "sample string 6",
    "tlname": "sample string 7",
    "pcid": "sample string 8",
    "pcname": "sample string 9",
    "ohid": "sample string 10",
    "ohname": "sample string 11",
    "presentStudents": 1,
    "visittype": "sample string 12",
    "status": 1,
    "pgid": "sample string 13"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetMonthlyCenterVisitList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetMonthlyCenterVisitList_Result>
    <centid>sample string 4</centid>
    <centname>sample string 5</centname>
    <city>sample string 3</city>
    <mvcid>sample string 1</mvcid>
    <ohid>sample string 10</ohid>
    <ohname>sample string 11</ohname>
    <pcid>sample string 8</pcid>
    <pcname>sample string 9</pcname>
    <pgid>sample string 13</pgid>
    <presentStudents>1</presentStudents>
    <state>sample string 2</state>
    <status>1</status>
    <teamleaderid>sample string 6</teamleaderid>
    <tlname>sample string 7</tlname>
    <visitdate>2025-05-10T12:23:14.6545678+05:30</visitdate>
    <visittype>sample string 12</visittype>
  </GetMonthlyCenterVisitList_Result>
  <GetMonthlyCenterVisitList_Result>
    <centid>sample string 4</centid>
    <centname>sample string 5</centname>
    <city>sample string 3</city>
    <mvcid>sample string 1</mvcid>
    <ohid>sample string 10</ohid>
    <ohname>sample string 11</ohname>
    <pcid>sample string 8</pcid>
    <pcname>sample string 9</pcname>
    <pgid>sample string 13</pgid>
    <presentStudents>1</presentStudents>
    <state>sample string 2</state>
    <status>1</status>
    <teamleaderid>sample string 6</teamleaderid>
    <tlname>sample string 7</tlname>
    <visitdate>2025-05-10T12:23:14.6545678+05:30</visitdate>
    <visittype>sample string 12</visittype>
  </GetMonthlyCenterVisitList_Result>
</ArrayOfGetMonthlyCenterVisitList_Result>