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_ResultName | Description | Type | Additional information |
---|---|---|---|
state | 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", "city": "sample string 2", "teamleaderid": "sample string 3", "teamleadername": "sample string 4", "pcid": "sample string 5", "ohid": "sample string 6", "pcname": "sample string 7", "ohname": "sample string 8", "centid": "sample string 9", "centname": "sample string 10", "month": "sample string 11", "year": "sample string 12", "centervisit": "sample string 13", "otheractivities": "sample string 14", "officeavcitvity": "sample string 15", "evaluation": "sample string 16" }, { "state": "sample string 1", "city": "sample string 2", "teamleaderid": "sample string 3", "teamleadername": "sample string 4", "pcid": "sample string 5", "ohid": "sample string 6", "pcname": "sample string 7", "ohname": "sample string 8", "centid": "sample string 9", "centname": "sample string 10", "month": "sample string 11", "year": "sample string 12", "centervisit": "sample string 13", "otheractivities": "sample string 14", "officeavcitvity": "sample string 15", "evaluation": "sample string 16" } ]
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 13</centervisit> <centid>sample string 9</centid> <centname>sample string 10</centname> <city>sample string 2</city> <evaluation>sample string 16</evaluation> <month>sample string 11</month> <officeavcitvity>sample string 15</officeavcitvity> <ohid>sample string 6</ohid> <ohname>sample string 8</ohname> <otheractivities>sample string 14</otheractivities> <pcid>sample string 5</pcid> <pcname>sample string 7</pcname> <state>sample string 1</state> <teamleaderid>sample string 3</teamleaderid> <teamleadername>sample string 4</teamleadername> <year>sample string 12</year> </GetPlannedMonthlyCenter_Result> <GetPlannedMonthlyCenter_Result> <centervisit>sample string 13</centervisit> <centid>sample string 9</centid> <centname>sample string 10</centname> <city>sample string 2</city> <evaluation>sample string 16</evaluation> <month>sample string 11</month> <officeavcitvity>sample string 15</officeavcitvity> <ohid>sample string 6</ohid> <ohname>sample string 8</ohname> <otheractivities>sample string 14</otheractivities> <pcid>sample string 5</pcid> <pcname>sample string 7</pcname> <state>sample string 1</state> <teamleaderid>sample string 3</teamleaderid> <teamleadername>sample string 4</teamleadername> <year>sample string 12</year> </GetPlannedMonthlyCenter_Result> </ArrayOfGetPlannedMonthlyCenter_Result>