POST api/JankariPortal/AddTraineeEmployeeAssignment?date={date}&topic={topic}&creatdeby={creatdeby}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
date

date

Required

topic

string

Required

creatdeby

string

Required

Body Parameters

Collection of GetTraineeEmployeeAssignment
NameDescriptionTypeAdditional 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:53:39.2543391+05:30",
    "topic": "sample string 2",
    "empid": "sample string 3",
    "empname": "sample string 4",
    "remark": 5,
    "createdby": "sample string 6",
    "createdon": "2025-05-10T10:53:39.2543391+05:30",
    "result": "sample string 7"
  },
  {
    "teaid": "sample string 1",
    "date": "2025-05-10T10:53:39.2543391+05:30",
    "topic": "sample string 2",
    "empid": "sample string 3",
    "empname": "sample string 4",
    "remark": 5,
    "createdby": "sample string 6",
    "createdon": "2025-05-10T10:53:39.2543391+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:53:39.2543391+05:30</createdon>
    <date>2025-05-10T10:53:39.2543391+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:53:39.2543391+05:30</createdon>
    <date>2025-05-10T10:53:39.2543391+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

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>