POST dz_api/Schedule/Export

员工进度导出 Report/Schedule/Export

Request Information

URI Parameters

None.

Body Parameters

查询条件

EmployeeScheduleSearchConditions
NameDescriptionTypeAdditional information
Period

期间

date

None.

EmployeeId

员工姓名

integer

None.

Department

部门

integer

None.

PageIndex

索引

integer

None.

PageSize

分页大小

integer

None.

IsSupperAdmin

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Period": "2024-04-28T14:49:14.0512885+08:00",
  "EmployeeId": 2,
  "Department": 3,
  "PageIndex": 4,
  "PageSize": 5,
  "IsSupperAdmin": true
}

application/xml, text/xml

Sample:
<EmployeeScheduleSearchConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.Report">
  <Department>3</Department>
  <EmployeeId>2</EmployeeId>
  <IsSupperAdmin>true</IsSupperAdmin>
  <PageIndex>4</PageIndex>
  <PageSize>5</PageSize>
  <Period>2024-04-28T14:49:14.0512885+08:00</Period>
</EmployeeScheduleSearchConditions>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

员工进度导出 Report/Schedule/Export

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.