POST api/AI/GetEmployee

Request Information

URI Parameters

None.

Body Parameters

Entity
NameDescriptionTypeAdditional information
EntityID

integer

None.

EntityName

string

None.

Project

string

None.

DurationFrom

date

None.

DurationTo

date

None.

Request Formats

application/json, text/json

Sample:
{
  "EntityID": 1,
  "EntityName": "sample string 2",
  "Project": "sample string 3",
  "DurationFrom": "2026-08-26T09:58:08.8806365+05:30",
  "DurationTo": "2026-08-26T09:58:08.8806365+05:30"
}

application/xml, text/xml

Sample:
<Entity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgoraBL.Models">
  <DurationFrom>2026-08-26T09:58:08.8806365+05:30</DurationFrom>
  <DurationTo>2026-08-26T09:58:08.8806365+05:30</DurationTo>
  <EntityID>1</EntityID>
  <EntityName>sample string 2</EntityName>
  <Project>sample string 3</Project>
</Entity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.