POST dz_api/AaManagement/Search

代账服务-搜索代账服务

Request Information

URI Parameters

None.

Body Parameters

AaServiceSearchConditions
NameDescriptionTypeAdditional information
ServiceStatus

服务状态

ServiceStatusEnums

None.

ServiceProgress

服务进度

ServiceProgressEnums

None.

AccAsType

账套类型,0:全部,1010:免费版;1020:专业版

AccAsType

None.

ServiceItem

代账类型

integer

None.

UserTaxType

客户纳税性质

integer

None.

ReceiveInvoicePeriod

收票周期

integer

None.

Cust

客户名称或者编号

string

None.

CustId

客户

integer

None.

ServiceIds

客户

Collection of integer

None.

CustIds

客户

Collection of integer

None.

SelectCustIds

在前端页面勾选的客户,具有最高优先级

Collection of integer

None.

ServiceId

服务ID

integer

None.

CustAccounter

客户经理

integer

None.

InvoiceReceiver

收票会计

integer

None.

AccAccounter

记账会计

integer

None.

TaxAccounter

报税会计

integer

None.

From

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

integer

None.

ScheduleConditions

员工进度表过滤条件

EmployeeScheduleConditions

None.

WorkloadConditions

工作量分析表过滤条件

WorkloadConditions

None.

AppServiceConditions

App服务列表页面搜索条件

AppServiceSearchConditions

None.

PageIndex

页码

integer

None.

PageSize

每页记录数

integer

None.

IsPaged

是否分页

boolean

None.

IsSupperAdmin

是否是超级管理员

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ServiceStatus": 1010,
  "ServiceProgress": 1010,
  "AccAsType": 1010,
  "ServiceItem": 1,
  "UserTaxType": 2,
  "ReceiveInvoicePeriod": 3,
  "Cust": "sample string 4",
  "CustId": 5,
  "ServiceIds": [
    1,
    2
  ],
  "CustIds": [
    1,
    2
  ],
  "SelectCustIds": [
    1,
    2
  ],
  "ServiceId": 6,
  "CustAccounter": 7,
  "InvoiceReceiver": 8,
  "AccAccounter": 9,
  "TaxAccounter": 10,
  "From": 11,
  "ScheduleConditions": {
    "YearMonth": "2025-07-03T18:56:02.7679436+08:00",
    "Role": 1001,
    "EmployeeId": 2,
    "InvoiceComplated": 3,
    "TaxComplated": 4,
    "AccComplated": 5,
    "ICComplated": 6,
    "IsAssignedAttendant": true
  },
  "WorkloadConditions": {
    "YearMonth": "2025-07-03T18:56:02.7679436+08:00",
    "Role": 1001,
    "EmployeeId": 2,
    "TaxAmountType": 3,
    "UserTaxType": 4
  },
  "AppServiceConditions": {
    "ContentType": 1,
    "Period": "2025-07-03T18:56:02.7679436+08:00",
    "Progres": 1010
  },
  "PageIndex": 12,
  "PageSize": 13,
  "IsPaged": true,
  "IsSupperAdmin": true
}

application/xml, text/xml

Sample:
<AaServiceSearchConditions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.Aa">
  <AccAccounter>9</AccAccounter>
  <AccAsType>Free</AccAsType>
  <AppServiceConditions>
    <ContentType>1</ContentType>
    <Period>2025-07-03T18:56:02.7679436+08:00</Period>
    <Progres>Inprogress</Progres>
  </AppServiceConditions>
  <Cust>sample string 4</Cust>
  <CustAccounter>7</CustAccounter>
  <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>
  <From>11</From>
  <InvoiceReceiver>8</InvoiceReceiver>
  <IsPaged>true</IsPaged>
  <IsSupperAdmin>true</IsSupperAdmin>
  <PageIndex>12</PageIndex>
  <PageSize>13</PageSize>
  <ReceiveInvoicePeriod>3</ReceiveInvoicePeriod>
  <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>2025-07-03T18:56:02.7679436+08:00</d2p1:YearMonth>
  </ScheduleConditions>
  <SelectCustIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </SelectCustIds>
  <ServiceId>6</ServiceId>
  <ServiceIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ServiceIds>
  <ServiceItem>1</ServiceItem>
  <ServiceProgress>Inprogress</ServiceProgress>
  <ServiceStatus>Inprogress</ServiceStatus>
  <TaxAccounter>10</TaxAccounter>
  <UserTaxType>2</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>2025-07-03T18:56:02.7679436+08:00</d2p1:YearMonth>
  </WorkloadConditions>
</AaServiceSearchConditions>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

代账服务-搜索代账服务

SearchedListOfAAServiceInfo
NameDescriptionTypeAdditional information
Total

integer

None.

Items

Collection of AAServiceInfo

None.

SumModel

AAServiceInfo

None.

Response Formats

application/json, text/json

Sample:
{
  "Total": 1,
  "Items": [
    {
      "CustId": 1,
      "CustName": "sample string 2",
      "AccAsType": 1010,
      "AccAsTypeName": "sample string 3",
      "AccAsId": 4,
      "AppAsId": "sample string 5",
      "ServiceId": 6,
      "ServiceType": 7,
      "ServiceItem": 8,
      "CurrentInvoicePeriod": "sample string 9",
      "CurrentAccPeriod": "sample string 10",
      "LastCheckOutPeriod": "sample string 11",
      "CurrentTaxPeriod": "sample string 12",
      "ReasonId": 13,
      "StoppedReason": "sample string 14",
      "CreatedDate": "2025-07-03T18:56:02.7835975+08:00",
      "CustAccounter": [
        1,
        2
      ],
      "Invoicer": [
        1,
        2
      ],
      "AccAccounter": [
        1,
        2
      ],
      "TaxAccounter": [
        1,
        2
      ],
      "FollowupTime": "sample string 16",
      "LastFollowupId": 17,
      "GetInvoiceCycle": 18,
      "GetInvoiceType": 19,
      "UserTaxType": 20,
      "Status": 1010,
      "EndDate": "2025-07-03T18:56:02.7835975+08:00",
      "StatusChangeTime": "2025-07-03T18:56:02.7835975+08:00",
      "StrStatusChangeTime": "",
      "Progress": 1010
    },
    {
      "CustId": 1,
      "CustName": "sample string 2",
      "AccAsType": 1010,
      "AccAsTypeName": "sample string 3",
      "AccAsId": 4,
      "AppAsId": "sample string 5",
      "ServiceId": 6,
      "ServiceType": 7,
      "ServiceItem": 8,
      "CurrentInvoicePeriod": "sample string 9",
      "CurrentAccPeriod": "sample string 10",
      "LastCheckOutPeriod": "sample string 11",
      "CurrentTaxPeriod": "sample string 12",
      "ReasonId": 13,
      "StoppedReason": "sample string 14",
      "CreatedDate": "2025-07-03T18:56:02.7835975+08:00",
      "CustAccounter": [
        1,
        2
      ],
      "Invoicer": [
        1,
        2
      ],
      "AccAccounter": [
        1,
        2
      ],
      "TaxAccounter": [
        1,
        2
      ],
      "FollowupTime": "sample string 16",
      "LastFollowupId": 17,
      "GetInvoiceCycle": 18,
      "GetInvoiceType": 19,
      "UserTaxType": 20,
      "Status": 1010,
      "EndDate": "2025-07-03T18:56:02.7835975+08:00",
      "StatusChangeTime": "2025-07-03T18:56:02.7835975+08:00",
      "StrStatusChangeTime": "",
      "Progress": 1010
    }
  ],
  "SumModel": {
    "CustId": 1,
    "CustName": "sample string 2",
    "AccAsType": 1010,
    "AccAsTypeName": "sample string 3",
    "AccAsId": 4,
    "AppAsId": "sample string 5",
    "ServiceId": 6,
    "ServiceType": 7,
    "ServiceItem": 8,
    "CurrentInvoicePeriod": "sample string 9",
    "CurrentAccPeriod": "sample string 10",
    "LastCheckOutPeriod": "sample string 11",
    "CurrentTaxPeriod": "sample string 12",
    "ReasonId": 13,
    "StoppedReason": "sample string 14",
    "CreatedDate": "2025-07-03T18:56:02.7835975+08:00",
    "CustAccounter": [
      1,
      2
    ],
    "Invoicer": [
      1,
      2
    ],
    "AccAccounter": [
      1,
      2
    ],
    "TaxAccounter": [
      1,
      2
    ],
    "FollowupTime": "sample string 16",
    "LastFollowupId": 17,
    "GetInvoiceCycle": 18,
    "GetInvoiceType": 19,
    "UserTaxType": 20,
    "Status": 1010,
    "EndDate": "2025-07-03T18:56:02.7835975+08:00",
    "StatusChangeTime": "2025-07-03T18:56:02.7835975+08:00",
    "StrStatusChangeTime": "",
    "Progress": 1010
  }
}

application/xml, text/xml

Sample:
<SearchedListOfAAServiceInfomBaws_PwG 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.Aa">
    <d2p1:AAServiceInfo>
      <d2p1:AccAccounter xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:AccAccounter>
      <d2p1:AccAsId>4</d2p1:AccAsId>
      <d2p1:AccAsType>Free</d2p1:AccAsType>
      <d2p1:AccAsTypeName>sample string 3</d2p1:AccAsTypeName>
      <d2p1:AppAsId>sample string 5</d2p1:AppAsId>
      <d2p1:CreatedDate>2025-07-03T18:56:02.7835975+08:00</d2p1:CreatedDate>
      <d2p1:CurrentAccPeriod>sample string 10</d2p1:CurrentAccPeriod>
      <d2p1:CurrentInvoicePeriod>sample string 9</d2p1:CurrentInvoicePeriod>
      <d2p1:CurrentTaxPeriod>sample string 12</d2p1:CurrentTaxPeriod>
      <d2p1:CustAccounter xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:CustAccounter>
      <d2p1:CustId>1</d2p1:CustId>
      <d2p1:CustName>sample string 2</d2p1:CustName>
      <d2p1:EndDate>2025-07-03T18:56:02.7835975+08:00</d2p1:EndDate>
      <d2p1:FollowupTime>sample string 16</d2p1:FollowupTime>
      <d2p1:GetInvoiceCycle>18</d2p1:GetInvoiceCycle>
      <d2p1:GetInvoiceType>19</d2p1:GetInvoiceType>
      <d2p1:Invoicer xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:Invoicer>
      <d2p1:LastCheckOutPeriod>sample string 11</d2p1:LastCheckOutPeriod>
      <d2p1:LastFollowupId>17</d2p1:LastFollowupId>
      <d2p1:Progress>Inprogress</d2p1:Progress>
      <d2p1:ReasonId>13</d2p1:ReasonId>
      <d2p1:ServiceId>6</d2p1:ServiceId>
      <d2p1:ServiceItem>8</d2p1:ServiceItem>
      <d2p1:ServiceType>7</d2p1:ServiceType>
      <d2p1:Status>Inprogress</d2p1:Status>
      <d2p1:StatusChangeTime>2025-07-03T18:56:02.7835975+08:00</d2p1:StatusChangeTime>
      <d2p1:StoppedReason>sample string 14</d2p1:StoppedReason>
      <d2p1:TaxAccounter xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:TaxAccounter>
      <d2p1:UserTaxType>20</d2p1:UserTaxType>
    </d2p1:AAServiceInfo>
    <d2p1:AAServiceInfo>
      <d2p1:AccAccounter xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:AccAccounter>
      <d2p1:AccAsId>4</d2p1:AccAsId>
      <d2p1:AccAsType>Free</d2p1:AccAsType>
      <d2p1:AccAsTypeName>sample string 3</d2p1:AccAsTypeName>
      <d2p1:AppAsId>sample string 5</d2p1:AppAsId>
      <d2p1:CreatedDate>2025-07-03T18:56:02.7835975+08:00</d2p1:CreatedDate>
      <d2p1:CurrentAccPeriod>sample string 10</d2p1:CurrentAccPeriod>
      <d2p1:CurrentInvoicePeriod>sample string 9</d2p1:CurrentInvoicePeriod>
      <d2p1:CurrentTaxPeriod>sample string 12</d2p1:CurrentTaxPeriod>
      <d2p1:CustAccounter xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:CustAccounter>
      <d2p1:CustId>1</d2p1:CustId>
      <d2p1:CustName>sample string 2</d2p1:CustName>
      <d2p1:EndDate>2025-07-03T18:56:02.7835975+08:00</d2p1:EndDate>
      <d2p1:FollowupTime>sample string 16</d2p1:FollowupTime>
      <d2p1:GetInvoiceCycle>18</d2p1:GetInvoiceCycle>
      <d2p1:GetInvoiceType>19</d2p1:GetInvoiceType>
      <d2p1:Invoicer xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:Invoicer>
      <d2p1:LastCheckOutPeriod>sample string 11</d2p1:LastCheckOutPeriod>
      <d2p1:LastFollowupId>17</d2p1:LastFollowupId>
      <d2p1:Progress>Inprogress</d2p1:Progress>
      <d2p1:ReasonId>13</d2p1:ReasonId>
      <d2p1:ServiceId>6</d2p1:ServiceId>
      <d2p1:ServiceItem>8</d2p1:ServiceItem>
      <d2p1:ServiceType>7</d2p1:ServiceType>
      <d2p1:Status>Inprogress</d2p1:Status>
      <d2p1:StatusChangeTime>2025-07-03T18:56:02.7835975+08:00</d2p1:StatusChangeTime>
      <d2p1:StoppedReason>sample string 14</d2p1:StoppedReason>
      <d2p1:TaxAccounter xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:TaxAccounter>
      <d2p1:UserTaxType>20</d2p1:UserTaxType>
    </d2p1:AAServiceInfo>
  </Items>
  <SumModel xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAa.Model.Aa">
    <d2p1:AccAccounter xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </d2p1:AccAccounter>
    <d2p1:AccAsId>4</d2p1:AccAsId>
    <d2p1:AccAsType>Free</d2p1:AccAsType>
    <d2p1:AccAsTypeName>sample string 3</d2p1:AccAsTypeName>
    <d2p1:AppAsId>sample string 5</d2p1:AppAsId>
    <d2p1:CreatedDate>2025-07-03T18:56:02.7835975+08:00</d2p1:CreatedDate>
    <d2p1:CurrentAccPeriod>sample string 10</d2p1:CurrentAccPeriod>
    <d2p1:CurrentInvoicePeriod>sample string 9</d2p1:CurrentInvoicePeriod>
    <d2p1:CurrentTaxPeriod>sample string 12</d2p1:CurrentTaxPeriod>
    <d2p1:CustAccounter xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </d2p1:CustAccounter>
    <d2p1:CustId>1</d2p1:CustId>
    <d2p1:CustName>sample string 2</d2p1:CustName>
    <d2p1:EndDate>2025-07-03T18:56:02.7835975+08:00</d2p1:EndDate>
    <d2p1:FollowupTime>sample string 16</d2p1:FollowupTime>
    <d2p1:GetInvoiceCycle>18</d2p1:GetInvoiceCycle>
    <d2p1:GetInvoiceType>19</d2p1:GetInvoiceType>
    <d2p1:Invoicer xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </d2p1:Invoicer>
    <d2p1:LastCheckOutPeriod>sample string 11</d2p1:LastCheckOutPeriod>
    <d2p1:LastFollowupId>17</d2p1:LastFollowupId>
    <d2p1:Progress>Inprogress</d2p1:Progress>
    <d2p1:ReasonId>13</d2p1:ReasonId>
    <d2p1:ServiceId>6</d2p1:ServiceId>
    <d2p1:ServiceItem>8</d2p1:ServiceItem>
    <d2p1:ServiceType>7</d2p1:ServiceType>
    <d2p1:Status>Inprogress</d2p1:Status>
    <d2p1:StatusChangeTime>2025-07-03T18:56:02.7835975+08:00</d2p1:StatusChangeTime>
    <d2p1:StoppedReason>sample string 14</d2p1:StoppedReason>
    <d2p1:TaxAccounter xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </d2p1:TaxAccounter>
    <d2p1:UserTaxType>20</d2p1:UserTaxType>
  </SumModel>
  <Total>1</Total>
</SearchedListOfAAServiceInfomBaws_PwG>