POST api/Student/AddPlannedMonthlyCenterVisitMES/{userid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userid | string |
Required |
Body Parameters
Collection of PlannedSchoolvisitName | Description | Type | Additional information |
---|---|---|---|
pmid | integer |
None. |
|
state | string |
None. |
|
city | string |
None. |
|
teamleaderid | string |
None. |
|
teamleadername | string |
None. |
|
pcid | string |
None. |
|
ohid | string |
None. |
|
pcname | string |
None. |
|
ohname | string |
None. |
|
centname | string |
None. |
|
centid | string |
None. |
|
schoolid | string |
None. |
|
schoolname | string |
None. |
|
month | string |
None. |
|
year | string |
None. |
|
schoolvisit | string |
None. |
|
officework | string |
None. |
|
otherwork | string |
None. |
|
assessment | string |
None. |
|
createby | string |
None. |
|
centermode | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "pmid": 1, "state": "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", "centname": "sample string 10", "centid": "sample string 11", "schoolid": "sample string 12", "schoolname": "sample string 13", "month": "sample string 14", "year": "sample string 15", "schoolvisit": "sample string 16", "officework": "sample string 17", "otherwork": "sample string 18", "assessment": "sample string 19", "createby": "sample string 20", "centermode": "sample string 21" }, { "pmid": 1, "state": "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", "centname": "sample string 10", "centid": "sample string 11", "schoolid": "sample string 12", "schoolname": "sample string 13", "month": "sample string 14", "year": "sample string 15", "schoolvisit": "sample string 16", "officework": "sample string 17", "otherwork": "sample string 18", "assessment": "sample string 19", "createby": "sample string 20", "centermode": "sample string 21" } ]
application/xml, text/xml
Sample:
<ArrayOfPlannedSchoolvisit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <PlannedSchoolvisit> <assessment>sample string 19</assessment> <centermode>sample string 21</centermode> <centid>sample string 11</centid> <centname>sample string 10</centname> <city>sample string 3</city> <createby>sample string 20</createby> <month>sample string 14</month> <officework>sample string 17</officework> <ohid>sample string 7</ohid> <ohname>sample string 9</ohname> <otherwork>sample string 18</otherwork> <pcid>sample string 6</pcid> <pcname>sample string 8</pcname> <pmid>1</pmid> <schoolid>sample string 12</schoolid> <schoolname>sample string 13</schoolname> <schoolvisit>sample string 16</schoolvisit> <state>sample string 2</state> <teamleaderid>sample string 4</teamleaderid> <teamleadername>sample string 5</teamleadername> <year>sample string 15</year> </PlannedSchoolvisit> <PlannedSchoolvisit> <assessment>sample string 19</assessment> <centermode>sample string 21</centermode> <centid>sample string 11</centid> <centname>sample string 10</centname> <city>sample string 3</city> <createby>sample string 20</createby> <month>sample string 14</month> <officework>sample string 17</officework> <ohid>sample string 7</ohid> <ohname>sample string 9</ohname> <otherwork>sample string 18</otherwork> <pcid>sample string 6</pcid> <pcname>sample string 8</pcname> <pmid>1</pmid> <schoolid>sample string 12</schoolid> <schoolname>sample string 13</schoolname> <schoolvisit>sample string 16</schoolvisit> <state>sample string 2</state> <teamleaderid>sample string 4</teamleaderid> <teamleadername>sample string 5</teamleadername> <year>sample string 15</year> </PlannedSchoolvisit> </ArrayOfPlannedSchoolvisit>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>