POST dz_api/ICManagement/Search

工商服务-查询工商服务

Request Information

URI Parameters

None.

Body Parameters

ICServiceSearchConditions
NameDescriptionTypeAdditional information
Status

服务状态

integer

None.

ServiceType

服务类型

integer

None.

ServiceId

服务ID

integer

None.

SelectServiceIds

服务ID(前端勾选的记录,为导出)

Collection of integer

None.

Cust

客户名称或者编码

string

None.

CustId

客户ID

integer

None.

CustIds

客户ID(是计算得到的,请不要赋值)

Collection of integer

None.

ServiceIds

服务ID(是计算得到的,请不要赋值)

Collection of integer

None.

Progress

进度

integer

None.

ICCustManager

客户经理(工商)

integer

None.

Executor

执行人(工商)

integer

None.

UserTaxType

客户纳税性质

integer

None.

From

0:在代账管理页面过滤服务,1:根据工作量分析报表的数字过滤服务,2,根据员工进度报表的数字过滤服务

integer

None.

WorkloadConditions

工作量分析过滤条件

WorkloadConditions

None.

ScheduleConditions

员工进度表过滤条件

EmployeeScheduleConditions

None.

PageIndex

页码

integer

None.

PageSize

每页记录数

integer

None.

IsSupperAdmin

boolean

None.

AssignListForIC

Collection of AssignTaskSimple

None.

Request Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "ServiceType": 2,
  "ServiceId": 3,
  "SelectServiceIds": [
    1,
    2
  ],
  "Cust": "sample string 4",
  "CustId": 5,
  "CustIds": [
    1,
    2
  ],
  "ServiceIds": [
    1,
    2
  ],
  "Progress": 6,
  "ICCustManager": 7,
  "Executor": 8,
  "UserTaxType": 9,
  "From": 10,
  "WorkloadConditions": {
    "YearMonth": "2024-03-29T07:38:38.0883012+08:00",
    "Role": 1001,
    "EmployeeId": 2,
    "TaxAmountType": 3,
    "UserTaxType": 4
  },
  "ScheduleConditions": {
    "YearMonth": "2024-03-29T07:38:38.0883012+08:00",
    "Role": 1001,
    "EmployeeId": 2,
    "InvoiceComplated": 3,
    "TaxComplated": 4,
    "AccComplated": 5,
    "ICComplated": 6,
    "IsAssignedAttendant": true
  },
  "PageIndex": 11,
  "PageSize": 12,
  "IsSupperAdmin": true,
  "AssignListForIC": [
    {
      "ServiceId": 1,
      "CustomerId": 2,
      "ServiceClass": 1001,
      "Executor": 3
    },
    {
      "ServiceId": 1,
      "CustomerId": 2,
      "ServiceClass": 1001,
      "Executor": 3
    }
  ]
}

application/xml, text/xml

Sample:
<ICServiceSearchConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.IC">
  <AssignListForIC xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAa.Model">
    <d2p1:AssignTaskSimple>
      <d2p1:CustomerId>2</d2p1:CustomerId>
      <d2p1:Executor>3</d2p1:Executor>
      <d2p1:ServiceClass>AcountingAgent</d2p1:ServiceClass>
      <d2p1:ServiceId>1</d2p1:ServiceId>
    </d2p1:AssignTaskSimple>
    <d2p1:AssignTaskSimple>
      <d2p1:CustomerId>2</d2p1:CustomerId>
      <d2p1:Executor>3</d2p1:Executor>
      <d2p1:ServiceClass>AcountingAgent</d2p1:ServiceClass>
      <d2p1:ServiceId>1</d2p1:ServiceId>
    </d2p1:AssignTaskSimple>
  </AssignListForIC>
  <Cust>sample string 4</Cust>
  <CustId>5</CustId>
  <CustIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </CustIds>
  <Executor>8</Executor>
  <From>10</From>
  <ICCustManager>7</ICCustManager>
  <IsSupperAdmin>true</IsSupperAdmin>
  <PageIndex>11</PageIndex>
  <PageSize>12</PageSize>
  <Progress>6</Progress>
  <ScheduleConditions xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAa.Model.ServiceModel">
    <d2p1:AccComplated>5</d2p1:AccComplated>
    <d2p1:EmployeeId>2</d2p1:EmployeeId>
    <d2p1:ICComplated>6</d2p1:ICComplated>
    <d2p1:InvoiceComplated>3</d2p1:InvoiceComplated>
    <d2p1:IsAssignedAttendant>true</d2p1:IsAssignedAttendant>
    <d2p1:Role>CustManager</d2p1:Role>
    <d2p1:TaxComplated>4</d2p1:TaxComplated>
    <d2p1:YearMonth>2024-03-29T07:38:38.0883012+08:00</d2p1:YearMonth>
  </ScheduleConditions>
  <SelectServiceIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </SelectServiceIds>
  <ServiceId>3</ServiceId>
  <ServiceIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ServiceIds>
  <ServiceType>2</ServiceType>
  <Status>1</Status>
  <UserTaxType>9</UserTaxType>
  <WorkloadConditions xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAa.Model.ServiceModel">
    <d2p1:EmployeeId>2</d2p1:EmployeeId>
    <d2p1:Role>CustManager</d2p1:Role>
    <d2p1:TaxAmountType>3</d2p1:TaxAmountType>
    <d2p1:UserTaxType>4</d2p1:UserTaxType>
    <d2p1:YearMonth>2024-03-29T07:38:38.0883012+08:00</d2p1:YearMonth>
  </WorkloadConditions>
</ICServiceSearchConditions>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

工商服务-查询工商服务

SearchedListOfICServiceListModel
NameDescriptionTypeAdditional information
Total

integer

None.

Items

Collection of ICServiceListModel

None.

SumModel

ICServiceListModel

None.

Response Formats

application/json, text/json

Sample:
{
  "Total": 1,
  "Items": [
    {
      "AaId": 1,
      "CustId": 2,
      "CustName": "sample string 3",
      "UserTaxType": 4,
      "ServiceId": 5,
      "ServiceTypeId": 6,
      "ServiceItem": 7,
      "ServiceClass": 1001,
      "SignedDate": "2024-03-29T07:38:38.1039662+08:00",
      "EndDate": "2024-03-29T07:38:38.1039662+08:00",
      "ElapsedDays": 0,
      "Status": 1010,
      "FinishedDate": "2024-03-29T07:38:38.1039662+08:00",
      "Progress": 1020,
      "StrFinishedDate": "2024-03-29",
      "ReasonId": 11,
      "StoppedReason": "sample string 12",
      "CreatedBy": 13,
      "CreatedDate": "2024-03-29T07:38:38.1039662+08:00",
      "ModifiedBy": 15,
      "ModifiedDate": "2024-03-29T07:38:38.1039662+08:00",
      "CustManager": [
        1,
        2
      ],
      "Executer": [
        1,
        2
      ],
      "CurrentStep": 17,
      "CurrentExecuter": 18,
      "CurrentStepName": "sample string 19",
      "FollowupTime": "sample string 20",
      "StatusChangeTime": "2024-03-29T07:38:38.1039662+08:00",
      "StrStatusChangeTime": ""
    },
    {
      "AaId": 1,
      "CustId": 2,
      "CustName": "sample string 3",
      "UserTaxType": 4,
      "ServiceId": 5,
      "ServiceTypeId": 6,
      "ServiceItem": 7,
      "ServiceClass": 1001,
      "SignedDate": "2024-03-29T07:38:38.1039662+08:00",
      "EndDate": "2024-03-29T07:38:38.1039662+08:00",
      "ElapsedDays": 0,
      "Status": 1010,
      "FinishedDate": "2024-03-29T07:38:38.1039662+08:00",
      "Progress": 1020,
      "StrFinishedDate": "2024-03-29",
      "ReasonId": 11,
      "StoppedReason": "sample string 12",
      "CreatedBy": 13,
      "CreatedDate": "2024-03-29T07:38:38.1039662+08:00",
      "ModifiedBy": 15,
      "ModifiedDate": "2024-03-29T07:38:38.1039662+08:00",
      "CustManager": [
        1,
        2
      ],
      "Executer": [
        1,
        2
      ],
      "CurrentStep": 17,
      "CurrentExecuter": 18,
      "CurrentStepName": "sample string 19",
      "FollowupTime": "sample string 20",
      "StatusChangeTime": "2024-03-29T07:38:38.1039662+08:00",
      "StrStatusChangeTime": ""
    }
  ],
  "SumModel": {
    "AaId": 1,
    "CustId": 2,
    "CustName": "sample string 3",
    "UserTaxType": 4,
    "ServiceId": 5,
    "ServiceTypeId": 6,
    "ServiceItem": 7,
    "ServiceClass": 1001,
    "SignedDate": "2024-03-29T07:38:38.1039662+08:00",
    "EndDate": "2024-03-29T07:38:38.1039662+08:00",
    "ElapsedDays": 0,
    "Status": 1010,
    "FinishedDate": "2024-03-29T07:38:38.1039662+08:00",
    "Progress": 1020,
    "StrFinishedDate": "2024-03-29",
    "ReasonId": 11,
    "StoppedReason": "sample string 12",
    "CreatedBy": 13,
    "CreatedDate": "2024-03-29T07:38:38.1039662+08:00",
    "ModifiedBy": 15,
    "ModifiedDate": "2024-03-29T07:38:38.1039662+08:00",
    "CustManager": [
      1,
      2
    ],
    "Executer": [
      1,
      2
    ],
    "CurrentStep": 17,
    "CurrentExecuter": 18,
    "CurrentStepName": "sample string 19",
    "FollowupTime": "sample string 20",
    "StatusChangeTime": "2024-03-29T07:38:38.1039662+08:00",
    "StrStatusChangeTime": ""
  }
}

application/xml, text/xml

Sample:
<SearchedListOfICServiceListModel_S2XgAbNE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model">
  <Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAa.Model.IC">
    <d2p1:ICServiceListModel>
      <d2p1:AaId>1</d2p1:AaId>
      <d2p1:CreatedBy>13</d2p1:CreatedBy>
      <d2p1:CreatedDate>2024-03-29T07:38:38.1039662+08:00</d2p1:CreatedDate>
      <d2p1:CurrentExecuter>18</d2p1:CurrentExecuter>
      <d2p1:CurrentStep>17</d2p1:CurrentStep>
      <d2p1:CurrentStepName>sample string 19</d2p1:CurrentStepName>
      <d2p1:CustId>2</d2p1:CustId>
      <d2p1:CustManager xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:CustManager>
      <d2p1:CustName>sample string 3</d2p1:CustName>
      <d2p1:EndDate>2024-03-29T07:38:38.1039662+08:00</d2p1:EndDate>
      <d2p1:Executer xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:Executer>
      <d2p1:FinishedDate>2024-03-29T07:38:38.1039662+08:00</d2p1:FinishedDate>
      <d2p1:FollowupTime>sample string 20</d2p1:FollowupTime>
      <d2p1:ModifiedBy>15</d2p1:ModifiedBy>
      <d2p1:ModifiedDate>2024-03-29T07:38:38.1039662+08:00</d2p1:ModifiedDate>
      <d2p1:ReasonId>11</d2p1:ReasonId>
      <d2p1:ServiceClass>AcountingAgent</d2p1:ServiceClass>
      <d2p1:ServiceId>5</d2p1:ServiceId>
      <d2p1:ServiceItem>7</d2p1:ServiceItem>
      <d2p1:ServiceTypeId>6</d2p1:ServiceTypeId>
      <d2p1:SignedDate>2024-03-29T07:38:38.1039662+08:00</d2p1:SignedDate>
      <d2p1:Status>Inprogress</d2p1:Status>
      <d2p1:StatusChangeTime>2024-03-29T07:38:38.1039662+08:00</d2p1:StatusChangeTime>
      <d2p1:StoppedReason>sample string 12</d2p1:StoppedReason>
      <d2p1:UserTaxType>4</d2p1:UserTaxType>
    </d2p1:ICServiceListModel>
    <d2p1:ICServiceListModel>
      <d2p1:AaId>1</d2p1:AaId>
      <d2p1:CreatedBy>13</d2p1:CreatedBy>
      <d2p1:CreatedDate>2024-03-29T07:38:38.1039662+08:00</d2p1:CreatedDate>
      <d2p1:CurrentExecuter>18</d2p1:CurrentExecuter>
      <d2p1:CurrentStep>17</d2p1:CurrentStep>
      <d2p1:CurrentStepName>sample string 19</d2p1:CurrentStepName>
      <d2p1:CustId>2</d2p1:CustId>
      <d2p1:CustManager xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:CustManager>
      <d2p1:CustName>sample string 3</d2p1:CustName>
      <d2p1:EndDate>2024-03-29T07:38:38.1039662+08:00</d2p1:EndDate>
      <d2p1:Executer xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:Executer>
      <d2p1:FinishedDate>2024-03-29T07:38:38.1039662+08:00</d2p1:FinishedDate>
      <d2p1:FollowupTime>sample string 20</d2p1:FollowupTime>
      <d2p1:ModifiedBy>15</d2p1:ModifiedBy>
      <d2p1:ModifiedDate>2024-03-29T07:38:38.1039662+08:00</d2p1:ModifiedDate>
      <d2p1:ReasonId>11</d2p1:ReasonId>
      <d2p1:ServiceClass>AcountingAgent</d2p1:ServiceClass>
      <d2p1:ServiceId>5</d2p1:ServiceId>
      <d2p1:ServiceItem>7</d2p1:ServiceItem>
      <d2p1:ServiceTypeId>6</d2p1:ServiceTypeId>
      <d2p1:SignedDate>2024-03-29T07:38:38.1039662+08:00</d2p1:SignedDate>
      <d2p1:Status>Inprogress</d2p1:Status>
      <d2p1:StatusChangeTime>2024-03-29T07:38:38.1039662+08:00</d2p1:StatusChangeTime>
      <d2p1:StoppedReason>sample string 12</d2p1:StoppedReason>
      <d2p1:UserTaxType>4</d2p1:UserTaxType>
    </d2p1:ICServiceListModel>
  </Items>
  <SumModel xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAa.Model.IC">
    <d2p1:AaId>1</d2p1:AaId>
    <d2p1:CreatedBy>13</d2p1:CreatedBy>
    <d2p1:CreatedDate>2024-03-29T07:38:38.1039662+08:00</d2p1:CreatedDate>
    <d2p1:CurrentExecuter>18</d2p1:CurrentExecuter>
    <d2p1:CurrentStep>17</d2p1:CurrentStep>
    <d2p1:CurrentStepName>sample string 19</d2p1:CurrentStepName>
    <d2p1:CustId>2</d2p1:CustId>
    <d2p1:CustManager xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </d2p1:CustManager>
    <d2p1:CustName>sample string 3</d2p1:CustName>
    <d2p1:EndDate>2024-03-29T07:38:38.1039662+08:00</d2p1:EndDate>
    <d2p1:Executer xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </d2p1:Executer>
    <d2p1:FinishedDate>2024-03-29T07:38:38.1039662+08:00</d2p1:FinishedDate>
    <d2p1:FollowupTime>sample string 20</d2p1:FollowupTime>
    <d2p1:ModifiedBy>15</d2p1:ModifiedBy>
    <d2p1:ModifiedDate>2024-03-29T07:38:38.1039662+08:00</d2p1:ModifiedDate>
    <d2p1:ReasonId>11</d2p1:ReasonId>
    <d2p1:ServiceClass>AcountingAgent</d2p1:ServiceClass>
    <d2p1:ServiceId>5</d2p1:ServiceId>
    <d2p1:ServiceItem>7</d2p1:ServiceItem>
    <d2p1:ServiceTypeId>6</d2p1:ServiceTypeId>
    <d2p1:SignedDate>2024-03-29T07:38:38.1039662+08:00</d2p1:SignedDate>
    <d2p1:Status>Inprogress</d2p1:Status>
    <d2p1:StatusChangeTime>2024-03-29T07:38:38.1039662+08:00</d2p1:StatusChangeTime>
    <d2p1:StoppedReason>sample string 12</d2p1:StoppedReason>
    <d2p1:UserTaxType>4</d2p1:UserTaxType>
  </SumModel>
  <Total>1</Total>
</SearchedListOfICServiceListModel_S2XgAbNE>