POST api/Student/AddStudentAttendanceIVDP/{userid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | string |
Required |
Body Parameters
StudentAttendanceIVDP| Name | Description | Type | Additional information |
|---|---|---|---|
| attid | string |
None. |
|
| centid | string |
None. |
|
| schoolid | string |
None. |
|
| month | string |
None. |
|
| year | string |
None. |
|
| partnerid | string |
None. |
|
| status | integer |
None. |
|
| remark | string |
None. |
|
| pgid | string |
None. |
|
| updateon | date |
None. |
|
| updatedby | string |
None. |
|
| createon | date |
None. |
|
| createdby | string |
None. |
|
| mode | string |
None. |
|
| seqno | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"attid": "sample string 1",
"centid": "sample string 2",
"schoolid": "sample string 3",
"month": "sample string 4",
"year": "sample string 5",
"partnerid": "sample string 6",
"status": 1,
"remark": "sample string 7",
"pgid": "sample string 8",
"updateon": "2025-10-30T03:03:52.9599+05:30",
"updatedby": "sample string 9",
"createon": "2025-10-30T03:03:52.9599+05:30",
"createdby": "sample string 10",
"mode": "sample string 11",
"seqno": 12
}
application/xml, text/xml
Sample:
<StudentAttendanceIVDP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <attid>sample string 1</attid> <centid>sample string 2</centid> <createdby>sample string 10</createdby> <createon>2025-10-30T03:03:52.9599+05:30</createon> <mode>sample string 11</mode> <month>sample string 4</month> <partnerid>sample string 6</partnerid> <pgid>sample string 8</pgid> <remark>sample string 7</remark> <schoolid>sample string 3</schoolid> <seqno>12</seqno> <status>1</status> <updatedby>sample string 9</updatedby> <updateon>2025-10-30T03:03:52.9599+05:30</updateon> <year>sample string 5</year> </StudentAttendanceIVDP>
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>