代账服务-查询收票记录
None.
Name | Description | Type | Additional information |
---|---|---|---|
CustId |
客户ID |
integer |
None. |
Period |
期间 |
date |
None. |
PageIndex |
页码 |
integer |
None. |
PageSize |
每页记录数 |
integer |
None. |
{ "CustId": 1, "Period": "2025-04-04T08:45:48.8079508+08:00", "PageIndex": 2, "PageSize": 3 }
<SearchInvoicePara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.AccountingAgent.Models.App"> <CustId>1</CustId> <PageIndex>2</PageIndex> <PageSize>3</PageSize> <Period>2025-04-04T08:45:48.8079508+08:00</Period> </SearchInvoicePara>
Sample not available.
代账服务-查询收票记录
SearchedListOfSearchInvoiceResultName | Description | Type | Additional information |
---|---|---|---|
Total | integer |
None. |
|
Items | Collection of SearchInvoiceResult |
None. |
|
SumModel | SearchInvoiceResult |
None. |
{ "Total": 1, "Items": [ { "InvoiceId": 1, "DateFmt": "sample string 2", "ReceiverName": "sample string 3", "Period": "sample string 4", "Count": 5 }, { "InvoiceId": 1, "DateFmt": "sample string 2", "ReceiverName": "sample string 3", "Period": "sample string 4", "Count": 5 } ], "SumModel": { "InvoiceId": 1, "DateFmt": "sample string 2", "ReceiverName": "sample string 3", "Period": "sample string 4", "Count": 5 } }
<SearchedListOfSearchInvoiceResultdYrhkg9I 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:SearchInvoiceResult> <d2p1:Count>5</d2p1:Count> <d2p1:DateFmt>sample string 2</d2p1:DateFmt> <d2p1:InvoiceId>1</d2p1:InvoiceId> <d2p1:Period>sample string 4</d2p1:Period> <d2p1:ReceiverName>sample string 3</d2p1:ReceiverName> </d2p1:SearchInvoiceResult> <d2p1:SearchInvoiceResult> <d2p1:Count>5</d2p1:Count> <d2p1:DateFmt>sample string 2</d2p1:DateFmt> <d2p1:InvoiceId>1</d2p1:InvoiceId> <d2p1:Period>sample string 4</d2p1:Period> <d2p1:ReceiverName>sample string 3</d2p1:ReceiverName> </d2p1:SearchInvoiceResult> </Items> <SumModel xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.AccountingAgent.Models.App"> <d2p1:Count>5</d2p1:Count> <d2p1:DateFmt>sample string 2</d2p1:DateFmt> <d2p1:InvoiceId>1</d2p1:InvoiceId> <d2p1:Period>sample string 4</d2p1:Period> <d2p1:ReceiverName>sample string 3</d2p1:ReceiverName> </SumModel> <Total>1</Total> </SearchedListOfSearchInvoiceResultdYrhkg9I>