POST dz_api/AaService/Search

代账服务-搜索代账服务

Request Information

URI Parameters

None.

Body Parameters

SearchPara
NameDescriptionTypeAdditional information
CustName

客户名称

string

None.

Status

服务状态(搜索全部请传0)

ServiceStatusEnums

None.

Progress

服务进度(搜索全部请传0)

ServiceProgressEnums

None.

UserTaxType

纳税性质(搜索全部请传0)

TaxTypeEnums

None.

ContentType

服务内容(1:代账,2:收票,3:记账,4:报税)

integer

None.

Period

期间

date

None.

PageIndex

页码

integer

None.

PageSize

每页记录数

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustName": "sample string 1",
  "Status": 1010,
  "Progress": 1010,
  "UserTaxType": 1010,
  "ContentType": 2,
  "Period": "2025-04-04T09:42:54.2486928+08:00",
  "PageIndex": 3,
  "PageSize": 4
}

application/xml, text/xml

Sample:
<SearchPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.AccountingAgent.Models.App">
  <ContentType>2</ContentType>
  <CustName>sample string 1</CustName>
  <PageIndex>3</PageIndex>
  <PageSize>4</PageSize>
  <Period>2025-04-04T09:42:54.2486928+08:00</Period>
  <Progress>Inprogress</Progress>
  <Status>Inprogress</Status>
  <UserTaxType>GeneralTaxpayer</UserTaxType>
</SearchPara>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

代账服务-搜索代账服务

SearchedListOfSearchResult
NameDescriptionTypeAdditional information
Total

integer

None.

Items

Collection of SearchResult

None.

SumModel

SearchResult

None.

Response Formats

application/json, text/json

Sample:
{
  "Total": 1,
  "Items": [
    {
      "CustId": 1,
      "CustName": "sample string 2",
      "ServiceTypeName": "sample string 3",
      "CustTaxTypeName": "sample string 4",
      "Progress": 5,
      "CurrentInvoicePeriod": "sample string 6",
      "CurrentAccPeriod": "sample string 7",
      "CurrentTaxPeriod": "sample string 8"
    },
    {
      "CustId": 1,
      "CustName": "sample string 2",
      "ServiceTypeName": "sample string 3",
      "CustTaxTypeName": "sample string 4",
      "Progress": 5,
      "CurrentInvoicePeriod": "sample string 6",
      "CurrentAccPeriod": "sample string 7",
      "CurrentTaxPeriod": "sample string 8"
    }
  ],
  "SumModel": {
    "CustId": 1,
    "CustName": "sample string 2",
    "ServiceTypeName": "sample string 3",
    "CustTaxTypeName": "sample string 4",
    "Progress": 5,
    "CurrentInvoicePeriod": "sample string 6",
    "CurrentAccPeriod": "sample string 7",
    "CurrentTaxPeriod": "sample string 8"
  }
}

application/xml, text/xml

Sample:
<SearchedListOfSearchResultdYrhkg9I 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.WebApi.Areas.AccountingAgent.Models.App">
    <d2p1:SearchResult>
      <d2p1:CurrentAccPeriod>sample string 7</d2p1:CurrentAccPeriod>
      <d2p1:CurrentInvoicePeriod>sample string 6</d2p1:CurrentInvoicePeriod>
      <d2p1:CurrentTaxPeriod>sample string 8</d2p1:CurrentTaxPeriod>
      <d2p1:CustId>1</d2p1:CustId>
      <d2p1:CustName>sample string 2</d2p1:CustName>
      <d2p1:CustTaxTypeName>sample string 4</d2p1:CustTaxTypeName>
      <d2p1:Progress>5</d2p1:Progress>
      <d2p1:ServiceTypeName>sample string 3</d2p1:ServiceTypeName>
    </d2p1:SearchResult>
    <d2p1:SearchResult>
      <d2p1:CurrentAccPeriod>sample string 7</d2p1:CurrentAccPeriod>
      <d2p1:CurrentInvoicePeriod>sample string 6</d2p1:CurrentInvoicePeriod>
      <d2p1:CurrentTaxPeriod>sample string 8</d2p1:CurrentTaxPeriod>
      <d2p1:CustId>1</d2p1:CustId>
      <d2p1:CustName>sample string 2</d2p1:CustName>
      <d2p1:CustTaxTypeName>sample string 4</d2p1:CustTaxTypeName>
      <d2p1:Progress>5</d2p1:Progress>
      <d2p1:ServiceTypeName>sample string 3</d2p1:ServiceTypeName>
    </d2p1:SearchResult>
  </Items>
  <SumModel xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.AccountingAgent.Models.App">
    <d2p1:CurrentAccPeriod>sample string 7</d2p1:CurrentAccPeriod>
    <d2p1:CurrentInvoicePeriod>sample string 6</d2p1:CurrentInvoicePeriod>
    <d2p1:CurrentTaxPeriod>sample string 8</d2p1:CurrentTaxPeriod>
    <d2p1:CustId>1</d2p1:CustId>
    <d2p1:CustName>sample string 2</d2p1:CustName>
    <d2p1:CustTaxTypeName>sample string 4</d2p1:CustTaxTypeName>
    <d2p1:Progress>5</d2p1:Progress>
    <d2p1:ServiceTypeName>sample string 3</d2p1:ServiceTypeName>
  </SumModel>
  <Total>1</Total>
</SearchedListOfSearchResultdYrhkg9I>