POST api/JankariPortal/AddTraineeObervation?userid={userid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | string |
Required |
Body Parameters
Collection of TraineeEmployeeObervationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| obdtid | integer |
None. |
|
| obid | string |
None. |
|
| empid | string |
None. |
|
| activelistning | integer |
None. |
|
| activeparticipation | integer |
None. |
|
| interaction | integer |
None. |
|
| teamwork | integer |
None. |
|
| presentationskills | integer |
None. |
|
| total | integer |
None. |
|
| createdby | string |
None. |
|
| createdon | date |
None. |
|
| updatedby | string |
None. |
|
| updatedon | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"obdtid": 1,
"obid": "sample string 2",
"empid": "sample string 3",
"activelistning": 1,
"activeparticipation": 1,
"interaction": 1,
"teamwork": 1,
"presentationskills": 1,
"total": 1,
"createdby": "sample string 4",
"createdon": "2025-10-30T02:51:39.5222763+05:30",
"updatedby": "sample string 5",
"updatedon": "2025-10-30T02:51:39.5222763+05:30"
},
{
"obdtid": 1,
"obid": "sample string 2",
"empid": "sample string 3",
"activelistning": 1,
"activeparticipation": 1,
"interaction": 1,
"teamwork": 1,
"presentationskills": 1,
"total": 1,
"createdby": "sample string 4",
"createdon": "2025-10-30T02:51:39.5222763+05:30",
"updatedby": "sample string 5",
"updatedon": "2025-10-30T02:51:39.5222763+05:30"
}
]
application/xml, text/xml
Sample:
<ArrayOfTraineeEmployeeObervationDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<TraineeEmployeeObervationDetail>
<activelistning>1</activelistning>
<activeparticipation>1</activeparticipation>
<createdby>sample string 4</createdby>
<createdon>2025-10-30T02:51:39.5222763+05:30</createdon>
<empid>sample string 3</empid>
<interaction>1</interaction>
<obdtid>1</obdtid>
<obid>sample string 2</obid>
<presentationskills>1</presentationskills>
<teamwork>1</teamwork>
<total>1</total>
<updatedby>sample string 5</updatedby>
<updatedon>2025-10-30T02:51:39.5222763+05:30</updatedon>
</TraineeEmployeeObervationDetail>
<TraineeEmployeeObervationDetail>
<activelistning>1</activelistning>
<activeparticipation>1</activeparticipation>
<createdby>sample string 4</createdby>
<createdon>2025-10-30T02:51:39.5222763+05:30</createdon>
<empid>sample string 3</empid>
<interaction>1</interaction>
<obdtid>1</obdtid>
<obid>sample string 2</obid>
<presentationskills>1</presentationskills>
<teamwork>1</teamwork>
<total>1</total>
<updatedby>sample string 5</updatedby>
<updatedon>2025-10-30T02:51:39.5222763+05:30</updatedon>
</TraineeEmployeeObervationDetail>
</ArrayOfTraineeEmployeeObervationDetail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse 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>