POST api/Student/InsertFollowupDetails/{studentid}/{createby}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studentid | string |
Required |
|
| createby | string |
Required |
Body Parameters
TraineeFollowUpDto| Name | Description | Type | Additional information |
|---|---|---|---|
| followupround | string |
None. |
|
| followupdate | date |
None. |
|
| followupmode | string |
None. |
|
| currentemploymentstatus | string |
None. |
|
| sameemployer | string |
None. |
|
| currentemployer | string |
None. |
|
| currentrole | string |
None. |
|
| currentsalary | decimal number |
None. |
|
| salarypaidontime | string |
None. |
|
| daysworked | string |
None. |
|
| anybenefits | string |
None. |
|
| retaine | string |
None. |
|
| ifleftjobdate | date |
None. |
|
| reasonforleaving | string |
None. |
|
| otherleavingreason | string |
None. |
|
| jobsatisfaction | string |
None. |
|
| reasonforsatisfaction | string |
None. |
|
| riskofdropout | string |
None. |
|
| reasonfordropout | string |
None. |
|
| otherdropoutreason | string |
None. |
|
| supportrequired | string |
None. |
|
| actiontakenbypc | string |
None. |
|
| nextfollowupdate | date |
None. |
|
| hrname | string |
None. |
|
| hrcontact | string |
None. |
|
| currentlyemployed | string |
None. |
|
| attendancestatus | string |
None. |
|
| performancefeedback | string |
None. |
|
| employerremarks | string |
None. |
|
| validationdate | date |
None. |
|
| finalstatus | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"followupround": "sample string 1",
"followupdate": "2026-02-02T00:15:03.6359398+05:30",
"followupmode": "sample string 2",
"currentemploymentstatus": "sample string 3",
"sameemployer": "sample string 4",
"currentemployer": "sample string 5",
"currentrole": "sample string 6",
"currentsalary": 7.0,
"salarypaidontime": "sample string 8",
"daysworked": "sample string 9",
"anybenefits": "sample string 10",
"retaine": "sample string 11",
"ifleftjobdate": "2026-02-02T00:15:03.6359398+05:30",
"reasonforleaving": "sample string 12",
"otherleavingreason": "sample string 13",
"jobsatisfaction": "sample string 14",
"reasonforsatisfaction": "sample string 15",
"riskofdropout": "sample string 16",
"reasonfordropout": "sample string 17",
"otherdropoutreason": "sample string 18",
"supportrequired": "sample string 19",
"actiontakenbypc": "sample string 20",
"nextfollowupdate": "2026-02-02T00:15:03.6359398+05:30",
"hrname": "sample string 21",
"hrcontact": "sample string 22",
"currentlyemployed": "sample string 23",
"attendancestatus": "sample string 24",
"performancefeedback": "sample string 25",
"employerremarks": "sample string 26",
"validationdate": "2026-02-02T00:15:03.6359398+05:30",
"finalstatus": "sample string 27"
}
application/xml, text/xml
Sample:
<TraineeFollowUpDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <actiontakenbypc>sample string 20</actiontakenbypc> <anybenefits>sample string 10</anybenefits> <attendancestatus>sample string 24</attendancestatus> <currentemployer>sample string 5</currentemployer> <currentemploymentstatus>sample string 3</currentemploymentstatus> <currentlyemployed>sample string 23</currentlyemployed> <currentrole>sample string 6</currentrole> <currentsalary>7</currentsalary> <daysworked>sample string 9</daysworked> <employerremarks>sample string 26</employerremarks> <finalstatus>sample string 27</finalstatus> <followupdate>2026-02-02T00:15:03.6359398+05:30</followupdate> <followupmode>sample string 2</followupmode> <followupround>sample string 1</followupround> <hrcontact>sample string 22</hrcontact> <hrname>sample string 21</hrname> <ifleftjobdate>2026-02-02T00:15:03.6359398+05:30</ifleftjobdate> <jobsatisfaction>sample string 14</jobsatisfaction> <nextfollowupdate>2026-02-02T00:15:03.6359398+05:30</nextfollowupdate> <otherdropoutreason>sample string 18</otherdropoutreason> <otherleavingreason>sample string 13</otherleavingreason> <performancefeedback>sample string 25</performancefeedback> <reasonfordropout>sample string 17</reasonfordropout> <reasonforleaving>sample string 12</reasonforleaving> <reasonforsatisfaction>sample string 15</reasonforsatisfaction> <retaine>sample string 11</retaine> <riskofdropout>sample string 16</riskofdropout> <salarypaidontime>sample string 8</salarypaidontime> <sameemployer>sample string 4</sameemployer> <supportrequired>sample string 19</supportrequired> <validationdate>2026-02-02T00:15:03.6359398+05:30</validationdate> </TraineeFollowUpDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.