GET api/Center/GetPlannedMonthlyCenter/{month}/{year}?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| month | string |
Required |
|
| year | string |
Required |
|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetPlannedMonthlyCenter_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| district | string |
None. |
|
| city | string |
None. |
|
| teamleaderid | string |
None. |
|
| teamleadername | string |
None. |
|
| pcid | string |
None. |
|
| ohid | string |
None. |
|
| pcname | string |
None. |
|
| ohname | string |
None. |
|
| centid | string |
None. |
|
| centname | string |
None. |
|
| month | string |
None. |
|
| year | string |
None. |
|
| centervisit | string |
None. |
|
| otheractivities | string |
None. |
|
| officeavcitvity | string |
None. |
|
| evaluation | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1",
"district": "sample string 2",
"city": "sample string 3",
"teamleaderid": "sample string 4",
"teamleadername": "sample string 5",
"pcid": "sample string 6",
"ohid": "sample string 7",
"pcname": "sample string 8",
"ohname": "sample string 9",
"centid": "sample string 10",
"centname": "sample string 11",
"month": "sample string 12",
"year": "sample string 13",
"centervisit": "sample string 14",
"otheractivities": "sample string 15",
"officeavcitvity": "sample string 16",
"evaluation": "sample string 17"
},
{
"state": "sample string 1",
"district": "sample string 2",
"city": "sample string 3",
"teamleaderid": "sample string 4",
"teamleadername": "sample string 5",
"pcid": "sample string 6",
"ohid": "sample string 7",
"pcname": "sample string 8",
"ohname": "sample string 9",
"centid": "sample string 10",
"centname": "sample string 11",
"month": "sample string 12",
"year": "sample string 13",
"centervisit": "sample string 14",
"otheractivities": "sample string 15",
"officeavcitvity": "sample string 16",
"evaluation": "sample string 17"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetPlannedMonthlyCenter_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetPlannedMonthlyCenter_Result>
<centervisit>sample string 14</centervisit>
<centid>sample string 10</centid>
<centname>sample string 11</centname>
<city>sample string 3</city>
<district>sample string 2</district>
<evaluation>sample string 17</evaluation>
<month>sample string 12</month>
<officeavcitvity>sample string 16</officeavcitvity>
<ohid>sample string 7</ohid>
<ohname>sample string 9</ohname>
<otheractivities>sample string 15</otheractivities>
<pcid>sample string 6</pcid>
<pcname>sample string 8</pcname>
<state>sample string 1</state>
<teamleaderid>sample string 4</teamleaderid>
<teamleadername>sample string 5</teamleadername>
<year>sample string 13</year>
</GetPlannedMonthlyCenter_Result>
<GetPlannedMonthlyCenter_Result>
<centervisit>sample string 14</centervisit>
<centid>sample string 10</centid>
<centname>sample string 11</centname>
<city>sample string 3</city>
<district>sample string 2</district>
<evaluation>sample string 17</evaluation>
<month>sample string 12</month>
<officeavcitvity>sample string 16</officeavcitvity>
<ohid>sample string 7</ohid>
<ohname>sample string 9</ohname>
<otheractivities>sample string 15</otheractivities>
<pcid>sample string 6</pcid>
<pcname>sample string 8</pcname>
<state>sample string 1</state>
<teamleaderid>sample string 4</teamleaderid>
<teamleadername>sample string 5</teamleadername>
<year>sample string 13</year>
</GetPlannedMonthlyCenter_Result>
</ArrayOfGetPlannedMonthlyCenter_Result>