POST api/EmployeesTaskReport/ReadUnAllocatedResourceDetailsReportData

Request Information

URI Parameters

None.

Body Parameters

UnAllocatedResourceModel
NameDescriptionTypeAdditional information
SlNo

integer

None.

EmployeeCode

string

None.

EmployeeName

string

None.

Department

string

None.

Manager

string

None.

FromDate

date

None.

ToDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SlNo": 1,
  "EmployeeCode": "sample string 2",
  "EmployeeName": "sample string 3",
  "Department": "sample string 4",
  "Manager": "sample string 5",
  "FromDate": "2025-12-06T09:52:44.5292065+05:30",
  "ToDate": "2025-12-06T09:52:44.5292065+05:30"
}

application/xml, text/xml

Sample:
<UnAllocatedResourceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GOPWebAPI.Models">
  <Department>sample string 4</Department>
  <EmployeeCode>sample string 2</EmployeeCode>
  <EmployeeName>sample string 3</EmployeeName>
  <FromDate>2025-12-06T09:52:44.5292065+05:30</FromDate>
  <Manager>sample string 5</Manager>
  <SlNo>1</SlNo>
  <ToDate>2025-12-06T09:52:44.5292065+05:30</ToDate>
</UnAllocatedResourceModel>

multipart/form-data

Sample:
<UnAllocatedResourceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GOPWebAPI.Models"><Department>sample string 4</Department><EmployeeCode>sample string 2</EmployeeCode><EmployeeName>sample string 3</EmployeeName><FromDate>2025-12-06T09:52:44.5292065+05:30</FromDate><Manager>sample string 5</Manager><SlNo>1</SlNo><ToDate>2025-12-06T09:52:44.5292065+05:30</ToDate></UnAllocatedResourceModel>

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, multipart/form-data

Sample:

Sample not available.