POST api/Student/AddPrePlacementStudentAttendance/{createby}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| createby | string |
Required |
Body Parameters
Collection of GetPlacementAttendance| Name | Description | Type | Additional information |
|---|---|---|---|
| centid | string |
None. |
|
| parentbatch | string |
None. |
|
| studentid | string |
None. |
|
| courseid | string |
None. |
|
| financialyear | string |
None. |
|
| status | string |
None. |
|
| jobseeker | string |
None. |
|
| remark | string |
None. |
|
| createby | string |
None. |
|
| createon | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"centid": "sample string 1",
"parentbatch": "sample string 2",
"studentid": "sample string 3",
"courseid": "sample string 4",
"financialyear": "sample string 5",
"status": "sample string 6",
"jobseeker": "sample string 7",
"remark": "sample string 8",
"createby": "sample string 9",
"createon": "2025-12-14T02:51:31.9676951+05:30"
},
{
"centid": "sample string 1",
"parentbatch": "sample string 2",
"studentid": "sample string 3",
"courseid": "sample string 4",
"financialyear": "sample string 5",
"status": "sample string 6",
"jobseeker": "sample string 7",
"remark": "sample string 8",
"createby": "sample string 9",
"createon": "2025-12-14T02:51:31.9676951+05:30"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetPlacementAttendance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetPlacementAttendance>
<centid>sample string 1</centid>
<courseid>sample string 4</courseid>
<createby>sample string 9</createby>
<createon>2025-12-14T02:51:31.9676951+05:30</createon>
<financialyear>sample string 5</financialyear>
<jobseeker>sample string 7</jobseeker>
<parentbatch>sample string 2</parentbatch>
<remark>sample string 8</remark>
<status>sample string 6</status>
<studentid>sample string 3</studentid>
</GetPlacementAttendance>
<GetPlacementAttendance>
<centid>sample string 1</centid>
<courseid>sample string 4</courseid>
<createby>sample string 9</createby>
<createon>2025-12-14T02:51:31.9676951+05:30</createon>
<financialyear>sample string 5</financialyear>
<jobseeker>sample string 7</jobseeker>
<parentbatch>sample string 2</parentbatch>
<remark>sample string 8</remark>
<status>sample string 6</status>
<studentid>sample string 3</studentid>
</GetPlacementAttendance>
</ArrayOfGetPlacementAttendance>
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>