POST api/JankariPortal/UpdateTraineeEmployeeAssignment?teaid={teaid}&createdby={createdby}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
teaid | string |
Required |
|
createdby | string |
Required |
Body Parameters
Collection of GetTraineeEmployeeAssignmentName | Description | Type | Additional information |
---|---|---|---|
teaid | string |
None. |
|
date | date |
None. |
|
topic | string |
None. |
|
empid | string |
None. |
|
empname | string |
None. |
|
remark | integer |
None. |
|
createdby | string |
None. |
|
createdon | date |
None. |
|
result | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "teaid": "sample string 1", "date": "2025-05-10T10:52:34.1913302+05:30", "topic": "sample string 2", "empid": "sample string 3", "empname": "sample string 4", "remark": 5, "createdby": "sample string 6", "createdon": "2025-05-10T10:52:34.1913302+05:30", "result": "sample string 7" }, { "teaid": "sample string 1", "date": "2025-05-10T10:52:34.1913302+05:30", "topic": "sample string 2", "empid": "sample string 3", "empname": "sample string 4", "remark": 5, "createdby": "sample string 6", "createdon": "2025-05-10T10:52:34.1913302+05:30", "result": "sample string 7" } ]
application/xml, text/xml
Sample:
<ArrayOfGetTraineeEmployeeAssignment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetTraineeEmployeeAssignment> <createdby>sample string 6</createdby> <createdon>2025-05-10T10:52:34.1913302+05:30</createdon> <date>2025-05-10T10:52:34.1913302+05:30</date> <empid>sample string 3</empid> <empname>sample string 4</empname> <remark>5</remark> <result>sample string 7</result> <teaid>sample string 1</teaid> <topic>sample string 2</topic> </GetTraineeEmployeeAssignment> <GetTraineeEmployeeAssignment> <createdby>sample string 6</createdby> <createdon>2025-05-10T10:52:34.1913302+05:30</createdon> <date>2025-05-10T10:52:34.1913302+05:30</date> <empid>sample string 3</empid> <empname>sample string 4</empname> <remark>5</remark> <result>sample string 7</result> <teaid>sample string 1</teaid> <topic>sample string 2</topic> </GetTraineeEmployeeAssignment> </ArrayOfGetTraineeEmployeeAssignment>
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>