POST api/Student/AddIDIStudentAttendance?date={date}&batchid={batchid}&createby={createby}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
date

date

Required

batchid

string

Required

createby

string

Required

Body Parameters

Collection of GetIDIStudent
NameDescriptionTypeAdditional information
sattid

integer

None.

attid

integer

None.

batchid

string

None.

studentid

string

None.

courseid

string

None.

attdate

date

None.

status

string

None.

remark

string

None.

createby

string

None.

updateby

string

None.

updateon

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "sattid": 1,
    "attid": 2,
    "batchid": "sample string 3",
    "studentid": "sample string 4",
    "courseid": "sample string 5",
    "attdate": "2025-05-10T10:41:40.1156485+05:30",
    "status": "sample string 6",
    "remark": "sample string 7",
    "createby": "sample string 8",
    "updateby": "sample string 9",
    "updateon": "2025-05-10T10:41:40.1156485+05:30"
  },
  {
    "sattid": 1,
    "attid": 2,
    "batchid": "sample string 3",
    "studentid": "sample string 4",
    "courseid": "sample string 5",
    "attdate": "2025-05-10T10:41:40.1156485+05:30",
    "status": "sample string 6",
    "remark": "sample string 7",
    "createby": "sample string 8",
    "updateby": "sample string 9",
    "updateon": "2025-05-10T10:41:40.1156485+05:30"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetIDIStudent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetIDIStudent>
    <attdate>2025-05-10T10:41:40.1156485+05:30</attdate>
    <attid>2</attid>
    <batchid>sample string 3</batchid>
    <courseid>sample string 5</courseid>
    <createby>sample string 8</createby>
    <remark>sample string 7</remark>
    <sattid>1</sattid>
    <status>sample string 6</status>
    <studentid>sample string 4</studentid>
    <updateby>sample string 9</updateby>
    <updateon>2025-05-10T10:41:40.1156485+05:30</updateon>
  </GetIDIStudent>
  <GetIDIStudent>
    <attdate>2025-05-10T10:41:40.1156485+05:30</attdate>
    <attid>2</attid>
    <batchid>sample string 3</batchid>
    <courseid>sample string 5</courseid>
    <createby>sample string 8</createby>
    <remark>sample string 7</remark>
    <sattid>1</sattid>
    <status>sample string 6</status>
    <studentid>sample string 4</studentid>
    <updateby>sample string 9</updateby>
    <updateon>2025-05-10T10:41:40.1156485+05:30</updateon>
  </GetIDIStudent>
</ArrayOfGetIDIStudent>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response 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>