POST api/Center/AddActualStudentAssignmentATAL?date={date}&standard={standard}&batchid={batchid}&createby={createby}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
date

date

Required

standard

string

Required

batchid

string

Required

createby

string

Required

Body Parameters

Collection of GetCALStudent_Result
NameDescriptionTypeAdditional information
centid

string

None.

centname

string

None.

state

string

None.

city

string

None.

teamleaderid

string

None.

tlname

string

None.

schoolid

string

None.

schoolname

string

None.

medium

string

None.

standard

string

None.

batchname

string

None.

studentid

string

None.

fullname

string

None.

division

string

None.

rollno

integer

None.

gender

string

None.

dob

date

None.

contactno

string

None.

assignment

string

None.

tRecordCount

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "centid": "sample string 1",
    "centname": "sample string 2",
    "state": "sample string 3",
    "city": "sample string 4",
    "teamleaderid": "sample string 5",
    "tlname": "sample string 6",
    "schoolid": "sample string 7",
    "schoolname": "sample string 8",
    "medium": "sample string 9",
    "standard": "sample string 10",
    "batchname": "sample string 11",
    "studentid": "sample string 12",
    "fullname": "sample string 13",
    "division": "sample string 14",
    "rollno": 1,
    "gender": "sample string 15",
    "dob": "2025-05-10T10:37:28.2336929+05:30",
    "contactno": "sample string 16",
    "assignment": "sample string 17",
    "tRecordCount": 1
  },
  {
    "centid": "sample string 1",
    "centname": "sample string 2",
    "state": "sample string 3",
    "city": "sample string 4",
    "teamleaderid": "sample string 5",
    "tlname": "sample string 6",
    "schoolid": "sample string 7",
    "schoolname": "sample string 8",
    "medium": "sample string 9",
    "standard": "sample string 10",
    "batchname": "sample string 11",
    "studentid": "sample string 12",
    "fullname": "sample string 13",
    "division": "sample string 14",
    "rollno": 1,
    "gender": "sample string 15",
    "dob": "2025-05-10T10:37:28.2336929+05:30",
    "contactno": "sample string 16",
    "assignment": "sample string 17",
    "tRecordCount": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetCALStudent_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetCALStudent_Result>
    <assignment>sample string 17</assignment>
    <batchname>sample string 11</batchname>
    <centid>sample string 1</centid>
    <centname>sample string 2</centname>
    <city>sample string 4</city>
    <contactno>sample string 16</contactno>
    <division>sample string 14</division>
    <dob>2025-05-10T10:37:28.2336929+05:30</dob>
    <fullname>sample string 13</fullname>
    <gender>sample string 15</gender>
    <medium>sample string 9</medium>
    <rollno>1</rollno>
    <schoolid>sample string 7</schoolid>
    <schoolname>sample string 8</schoolname>
    <standard>sample string 10</standard>
    <state>sample string 3</state>
    <studentid>sample string 12</studentid>
    <tRecordCount>1</tRecordCount>
    <teamleaderid>sample string 5</teamleaderid>
    <tlname>sample string 6</tlname>
  </GetCALStudent_Result>
  <GetCALStudent_Result>
    <assignment>sample string 17</assignment>
    <batchname>sample string 11</batchname>
    <centid>sample string 1</centid>
    <centname>sample string 2</centname>
    <city>sample string 4</city>
    <contactno>sample string 16</contactno>
    <division>sample string 14</division>
    <dob>2025-05-10T10:37:28.2336929+05:30</dob>
    <fullname>sample string 13</fullname>
    <gender>sample string 15</gender>
    <medium>sample string 9</medium>
    <rollno>1</rollno>
    <schoolid>sample string 7</schoolid>
    <schoolname>sample string 8</schoolname>
    <standard>sample string 10</standard>
    <state>sample string 3</state>
    <studentid>sample string 12</studentid>
    <tRecordCount>1</tRecordCount>
    <teamleaderid>sample string 5</teamleaderid>
    <tlname>sample string 6</tlname>
  </GetCALStudent_Result>
</ArrayOfGetCALStudent_Result>

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>