POST api/Center/InsertCyberSmartStudent/{createby}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| createby | string |
Required |
Body Parameters
CyberSmartStudent| Name | Description | Type | Additional information |
|---|---|---|---|
| cybstid | string |
None. |
|
| state | string |
None. |
|
| city | string |
None. |
|
| teamleaderid | string |
None. |
|
| pcid | string |
None. |
|
| schoolid | string |
None. |
|
| schoolname | string |
None. |
|
| language | string |
None. |
|
| studentname | string |
None. |
|
| classcluster | string |
None. |
|
| standard | string |
None. |
|
| workshopperson | string |
None. |
|
| workshopdate | date |
None. |
|
| contactno | string |
None. |
|
| pgid | string |
None. |
|
| academicyear | string |
None. |
|
| seqno | integer |
None. |
|
| createdby | string |
None. |
|
| createdon | date |
None. |
|
| updateby | string |
None. |
|
| updatedon | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"cybstid": "sample string 1",
"state": "sample string 2",
"city": "sample string 3",
"teamleaderid": "sample string 4",
"pcid": "sample string 5",
"schoolid": "sample string 6",
"schoolname": "sample string 7",
"language": "sample string 8",
"studentname": "sample string 9",
"classcluster": "sample string 10",
"standard": "sample string 11",
"workshopperson": "sample string 12",
"workshopdate": "2025-10-30T03:03:52.0897748+05:30",
"contactno": "sample string 13",
"pgid": "sample string 14",
"academicyear": "sample string 15",
"seqno": 1,
"createdby": "sample string 16",
"createdon": "2025-10-30T03:03:52.0897748+05:30",
"updateby": "sample string 17",
"updatedon": "2025-10-30T03:03:52.0897748+05:30"
}
application/xml, text/xml
Sample:
<CyberSmartStudent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <academicyear>sample string 15</academicyear> <city>sample string 3</city> <classcluster>sample string 10</classcluster> <contactno>sample string 13</contactno> <createdby>sample string 16</createdby> <createdon>2025-10-30T03:03:52.0897748+05:30</createdon> <cybstid>sample string 1</cybstid> <language>sample string 8</language> <pcid>sample string 5</pcid> <pgid>sample string 14</pgid> <schoolid>sample string 6</schoolid> <schoolname>sample string 7</schoolname> <seqno>1</seqno> <standard>sample string 11</standard> <state>sample string 2</state> <studentname>sample string 9</studentname> <teamleaderid>sample string 4</teamleaderid> <updateby>sample string 17</updateby> <updatedon>2025-10-30T03:03:52.0897748+05:30</updatedon> <workshopdate>2025-10-30T03:03:52.0897748+05:30</workshopdate> <workshopperson>sample string 12</workshopperson> </CyberSmartStudent>
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>