POST dz_api/AppAccount/Search

记账账套-搜索账套

Request Information

URI Parameters

None.

Body Parameters

SearchAccountPara
NameDescriptionTypeAdditional information
UserTaxType

纳税性质, 默认为0

TaxTypeEnums

None.

CurrentAsPeriod

当前记账年月,默认为null

date

None.

Keywords

关键字

string

None.

PageIndex

页码

integer

None.

PageSize

每页记录数

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserTaxType": 1010,
  "CurrentAsPeriod": "2024-04-27T23:25:13.3531221+08:00",
  "Keywords": "sample string 1",
  "PageIndex": 2,
  "PageSize": 3
}

application/xml, text/xml

Sample:
<SearchAccountPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.AccountingAgent.Models.App">
  <CurrentAsPeriod>2024-04-27T23:25:13.3531221+08:00</CurrentAsPeriod>
  <Keywords>sample string 1</Keywords>
  <PageIndex>2</PageIndex>
  <PageSize>3</PageSize>
  <UserTaxType>GeneralTaxpayer</UserTaxType>
</SearchAccountPara>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

记账账套-搜索账套

SearchedListOfSearchAccountResult
NameDescriptionTypeAdditional information
Total

integer

None.

Items

Collection of SearchAccountResult

None.

SumModel

SearchAccountResult

None.

Response Formats

application/json, text/json

Sample:
{
  "Total": 1,
  "Items": [
    {
      "CustId": 1,
      "UserTaxType": "sample string 2",
      "AccAsId": 3,
      "AccAsName": "sample string 4",
      "AccountStandard": "sample string 5",
      "StrCurrentAccDate": "sample string 6",
      "StrAsStartDate": "sample string 7",
      "AccAsType": 1010,
      "AccAsTypeName": "免费版"
    },
    {
      "CustId": 1,
      "UserTaxType": "sample string 2",
      "AccAsId": 3,
      "AccAsName": "sample string 4",
      "AccountStandard": "sample string 5",
      "StrCurrentAccDate": "sample string 6",
      "StrAsStartDate": "sample string 7",
      "AccAsType": 1010,
      "AccAsTypeName": "免费版"
    }
  ],
  "SumModel": {
    "CustId": 1,
    "UserTaxType": "sample string 2",
    "AccAsId": 3,
    "AccAsName": "sample string 4",
    "AccountStandard": "sample string 5",
    "StrCurrentAccDate": "sample string 6",
    "StrAsStartDate": "sample string 7",
    "AccAsType": 1010,
    "AccAsTypeName": "免费版"
  }
}

application/xml, text/xml

Sample:
<SearchedListOfSearchAccountResultdYrhkg9I 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:SearchAccountResult>
      <d2p1:AccAsId>3</d2p1:AccAsId>
      <d2p1:AccAsName>sample string 4</d2p1:AccAsName>
      <d2p1:AccAsType>Free</d2p1:AccAsType>
      <d2p1:AccountStandard>sample string 5</d2p1:AccountStandard>
      <d2p1:CustId>1</d2p1:CustId>
      <d2p1:StrAsStartDate>sample string 7</d2p1:StrAsStartDate>
      <d2p1:StrCurrentAccDate>sample string 6</d2p1:StrCurrentAccDate>
      <d2p1:UserTaxType>sample string 2</d2p1:UserTaxType>
    </d2p1:SearchAccountResult>
    <d2p1:SearchAccountResult>
      <d2p1:AccAsId>3</d2p1:AccAsId>
      <d2p1:AccAsName>sample string 4</d2p1:AccAsName>
      <d2p1:AccAsType>Free</d2p1:AccAsType>
      <d2p1:AccountStandard>sample string 5</d2p1:AccountStandard>
      <d2p1:CustId>1</d2p1:CustId>
      <d2p1:StrAsStartDate>sample string 7</d2p1:StrAsStartDate>
      <d2p1:StrCurrentAccDate>sample string 6</d2p1:StrCurrentAccDate>
      <d2p1:UserTaxType>sample string 2</d2p1:UserTaxType>
    </d2p1:SearchAccountResult>
  </Items>
  <SumModel xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.AccountingAgent.Models.App">
    <d2p1:AccAsId>3</d2p1:AccAsId>
    <d2p1:AccAsName>sample string 4</d2p1:AccAsName>
    <d2p1:AccAsType>Free</d2p1:AccAsType>
    <d2p1:AccountStandard>sample string 5</d2p1:AccountStandard>
    <d2p1:CustId>1</d2p1:CustId>
    <d2p1:StrAsStartDate>sample string 7</d2p1:StrAsStartDate>
    <d2p1:StrCurrentAccDate>sample string 6</d2p1:StrCurrentAccDate>
    <d2p1:UserTaxType>sample string 2</d2p1:UserTaxType>
  </SumModel>
  <Total>1</Total>
</SearchedListOfSearchAccountResultdYrhkg9I>