POST dz_api/Workload/ATSearch

派工查询 Report/Workload/ATSearch

Request Information

URI Parameters

None.

Body Parameters

查询条件

AssignTaskSearchConditions
NameDescriptionTypeAdditional information
ServiceType

服务类型

integer

None.

ServiceItem

服务项目

integer

None.

EmployeeId

员工Id

integer

None.

TaskRole

派工类型

AssignTaskRoleEnums

None.

CustomerId

客户Id

integer

None.

Department

部门

integer

None.

PageIndex

索引

integer

None.

PageSize

分页大小

integer

None.

IsSupperAdmin

boolean

None.

SelectedTaskIds

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ServiceType": 1,
  "ServiceItem": 2,
  "EmployeeId": 3,
  "TaskRole": 1001,
  "CustomerId": 4,
  "Department": 1,
  "PageIndex": 5,
  "PageSize": 6,
  "IsSupperAdmin": true,
  "SelectedTaskIds": [
    1,
    2
  ]
}

application/xml, text/xml

Sample:
<AssignTaskSearchConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.Report">
  <CustomerId>4</CustomerId>
  <Department>1</Department>
  <EmployeeId>3</EmployeeId>
  <IsSupperAdmin>true</IsSupperAdmin>
  <PageIndex>5</PageIndex>
  <PageSize>6</PageSize>
  <SelectedTaskIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </SelectedTaskIds>
  <ServiceItem>2</ServiceItem>
  <ServiceType>1</ServiceType>
  <TaskRole>CustManager</TaskRole>
</AssignTaskSearchConditions>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

派工查询 Report/Workload/ATSearch

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />