POST api/Student/UpdatePrePlacementattendance/{userid}/{centid}/{parentbatch}/{year}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

centid

string

Required

parentbatch

string

Required

year

string

Required

Body Parameters

Collection of PrePlacementattendance
NameDescriptionTypeAdditional information
attid

integer

None.

studentid

string

None.

courseid

string

None.

parentbatch

string

None.

centid

string

None.

year

string

None.

status

string

None.

jobseeker

string

None.

createon

date

None.

createby

string

None.

updateon

date

None.

updateby

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "attid": 1,
    "studentid": "sample string 2",
    "courseid": "sample string 3",
    "parentbatch": "sample string 4",
    "centid": "sample string 5",
    "year": "sample string 6",
    "status": "sample string 7",
    "jobseeker": "sample string 8",
    "createon": "2025-12-14T02:52:59.4670308+05:30",
    "createby": "sample string 9",
    "updateon": "2025-12-14T02:52:59.4670308+05:30",
    "updateby": "sample string 10"
  },
  {
    "attid": 1,
    "studentid": "sample string 2",
    "courseid": "sample string 3",
    "parentbatch": "sample string 4",
    "centid": "sample string 5",
    "year": "sample string 6",
    "status": "sample string 7",
    "jobseeker": "sample string 8",
    "createon": "2025-12-14T02:52:59.4670308+05:30",
    "createby": "sample string 9",
    "updateon": "2025-12-14T02:52:59.4670308+05:30",
    "updateby": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPrePlacementattendance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <PrePlacementattendance>
    <attid>1</attid>
    <centid>sample string 5</centid>
    <courseid>sample string 3</courseid>
    <createby>sample string 9</createby>
    <createon>2025-12-14T02:52:59.4670308+05:30</createon>
    <jobseeker>sample string 8</jobseeker>
    <parentbatch>sample string 4</parentbatch>
    <status>sample string 7</status>
    <studentid>sample string 2</studentid>
    <updateby>sample string 10</updateby>
    <updateon>2025-12-14T02:52:59.4670308+05:30</updateon>
    <year>sample string 6</year>
  </PrePlacementattendance>
  <PrePlacementattendance>
    <attid>1</attid>
    <centid>sample string 5</centid>
    <courseid>sample string 3</courseid>
    <createby>sample string 9</createby>
    <createon>2025-12-14T02:52:59.4670308+05:30</createon>
    <jobseeker>sample string 8</jobseeker>
    <parentbatch>sample string 4</parentbatch>
    <status>sample string 7</status>
    <studentid>sample string 2</studentid>
    <updateby>sample string 10</updateby>
    <updateon>2025-12-14T02:52:59.4670308+05:30</updateon>
    <year>sample string 6</year>
  </PrePlacementattendance>
</ArrayOfPrePlacementattendance>

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>