记账账套-搜索账套
None.
Name | Description | Type | Additional information |
---|---|---|---|
UserTaxType |
纳税性质, 默认为0 |
TaxTypeEnums |
None. |
CurrentAsPeriod |
当前记账年月,默认为null |
date |
None. |
Keywords |
关键字 |
string |
None. |
PageIndex |
页码 |
integer |
None. |
PageSize |
每页记录数 |
integer |
None. |
{ "UserTaxType": 1010, "CurrentAsPeriod": "2025-04-04T19:22:48.5735537+08:00", "Keywords": "sample string 1", "PageIndex": 2, "PageSize": 3 }
<SearchAccountPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.AccountingAgent.Models.App"> <CurrentAsPeriod>2025-04-04T19:22:48.5735537+08:00</CurrentAsPeriod> <Keywords>sample string 1</Keywords> <PageIndex>2</PageIndex> <PageSize>3</PageSize> <UserTaxType>GeneralTaxpayer</UserTaxType> </SearchAccountPara>
Sample not available.
记账账套-搜索账套
SearchedListOfSearchAccountResultName | Description | Type | Additional information |
---|---|---|---|
Total | integer |
None. |
|
Items | Collection of SearchAccountResult |
None. |
|
SumModel | SearchAccountResult |
None. |
{ "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": "免费版" } }
<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>