POST api/Student/UpdateYouthAttendance/{batchid}/{createby}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
batchid

string

Required

createby

string

Required

Body Parameters

Collection of YouthsAttendance
NameDescriptionTypeAdditional information
attid

integer

None.

batchid

string

None.

studentid

integer

None.

studentname

string

None.

attdate

date

None.

status

string

None.

remark

string

None.

createby

string

None.

updateby

string

None.

updateon

date

None.

createdon

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "attid": 1,
    "batchid": "sample string 2",
    "studentid": 1,
    "studentname": "sample string 3",
    "attdate": "2026-05-03T17:28:42.0455675+05:30",
    "status": "sample string 4",
    "remark": "sample string 5",
    "createby": "sample string 6",
    "updateby": "sample string 7",
    "updateon": "2026-05-03T17:28:42.0455675+05:30",
    "createdon": "2026-05-03T17:28:42.0455675+05:30"
  },
  {
    "attid": 1,
    "batchid": "sample string 2",
    "studentid": 1,
    "studentname": "sample string 3",
    "attdate": "2026-05-03T17:28:42.0455675+05:30",
    "status": "sample string 4",
    "remark": "sample string 5",
    "createby": "sample string 6",
    "updateby": "sample string 7",
    "updateon": "2026-05-03T17:28:42.0455675+05:30",
    "createdon": "2026-05-03T17:28:42.0455675+05:30"
  }
]

application/xml, text/xml

Sample:
<ArrayOfYouthsAttendance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <YouthsAttendance>
    <attdate>2026-05-03T17:28:42.0455675+05:30</attdate>
    <attid>1</attid>
    <batchid>sample string 2</batchid>
    <createby>sample string 6</createby>
    <createdon>2026-05-03T17:28:42.0455675+05:30</createdon>
    <remark>sample string 5</remark>
    <status>sample string 4</status>
    <studentid>1</studentid>
    <studentname>sample string 3</studentname>
    <updateby>sample string 7</updateby>
    <updateon>2026-05-03T17:28:42.0455675+05:30</updateon>
  </YouthsAttendance>
  <YouthsAttendance>
    <attdate>2026-05-03T17:28:42.0455675+05:30</attdate>
    <attid>1</attid>
    <batchid>sample string 2</batchid>
    <createby>sample string 6</createby>
    <createdon>2026-05-03T17:28:42.0455675+05:30</createdon>
    <remark>sample string 5</remark>
    <status>sample string 4</status>
    <studentid>1</studentid>
    <studentname>sample string 3</studentname>
    <updateby>sample string 7</updateby>
    <updateon>2026-05-03T17:28:42.0455675+05:30</updateon>
  </YouthsAttendance>
</ArrayOfYouthsAttendance>

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>