POST api/taxreport/list?PageIndex={PageIndex}&PageSize={PageSize}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
Body Parameters
TaxDeclareReportQueryDtoName | Description | Type | Additional information |
---|---|---|---|
DeclationStart | string |
None. |
|
DeclationEnd | string |
None. |
|
PeriodStart | string |
None. |
|
PeriodEnd | string |
None. |
|
DeclareTypeShortName | string |
None. |
|
ListReportId | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "declationStart": "sample string 1", "declationEnd": "sample string 2", "periodStart": "sample string 3", "periodEnd": "sample string 4", "declareTypeShortName": "sample string 5", "listReportId": [ 1, 2 ] }
application/xml, text/xml
Sample:
<TaxDeclareReportQueryDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAccTax.Declaration.Shared.Dtos"> <DeclareTypeShortName>sample string 5</DeclareTypeShortName> <DeclationEnd>sample string 2</DeclationEnd> <DeclationStart>sample string 1</DeclationStart> <ListReportId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:long>1</d2p1:long> <d2p1:long>2</d2p1:long> </ListReportId> <PeriodEnd>sample string 4</PeriodEnd> <PeriodStart>sample string 3</PeriodStart> </TaxDeclareReportQueryDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseDataOfPagingResponseOfTaxDeclareReportDtoName | Description | Type | Additional information |
---|---|---|---|
State | ResponseState |
None. |
|
SubState | ResponseSubStateCode |
None. |
|
Data | PagingResponseOfTaxDeclareReportDto |
None. |
|
Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "state": 1000, "subState": 0, "data": { "pageSize": 1, "currentPage": 2, "total": 3, "data": [ { "reportId": 1, "reportSubId": 2, "periodId": 2, "declareTypeShortName": "sample string 3", "declareTypeName": "sample string 4", "periodStart": "sample string 5", "periodEnd": "sample string 6", "status": 7, "declarationTime": "sample string 8", "declarationAmount": "sample string 9", "gzlx": "sample string 12", "gzlxDm": "sample string 13", "paidDate": "sample string 14", "sbuuid": "sample string 15", "reportDetails": [ { "reportId": 1, "reportSubId": 2, "declareTypeName": "sample string 3", "pageNumber": 4, "sortNumber": 5, "pdfFileUrl": "sample string 6", "excelFileUrl": "sample string 7" }, { "reportId": 1, "reportSubId": 2, "declareTypeName": "sample string 3", "pageNumber": 4, "sortNumber": 5, "pdfFileUrl": "sample string 6", "excelFileUrl": "sample string 7" } ] }, { "reportId": 1, "reportSubId": 2, "periodId": 2, "declareTypeShortName": "sample string 3", "declareTypeName": "sample string 4", "periodStart": "sample string 5", "periodEnd": "sample string 6", "status": 7, "declarationTime": "sample string 8", "declarationAmount": "sample string 9", "gzlx": "sample string 12", "gzlxDm": "sample string 13", "paidDate": "sample string 14", "sbuuid": "sample string 15", "reportDetails": [ { "reportId": 1, "reportSubId": 2, "declareTypeName": "sample string 3", "pageNumber": 4, "sortNumber": 5, "pdfFileUrl": "sample string 6", "excelFileUrl": "sample string 7" }, { "reportId": 1, "reportSubId": 2, "declareTypeName": "sample string 3", "pageNumber": 4, "sortNumber": 5, "pdfFileUrl": "sample string 6", "excelFileUrl": "sample string 7" } ] } ] }, "msg": "sample string 1" }
application/xml, text/xml
Sample:
<ResponseDataOfPagingResponseOfTaxDeclareReportDtoAspFbluUAspFbluU xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAcc.TaxDeclaration.Service.Models"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAccTax.Declaration.Shared.Dtos"> <d2p1:CurrentPage>2</d2p1:CurrentPage> <d2p1:Data> <d2p1:TaxDeclareReportDto> <d2p1:DeclarationAmount>sample string 9</d2p1:DeclarationAmount> <d2p1:DeclarationTime>sample string 8</d2p1:DeclarationTime> <d2p1:DeclareTypeName>sample string 4</d2p1:DeclareTypeName> <d2p1:DeclareTypeShortName>sample string 3</d2p1:DeclareTypeShortName> <d2p1:ExcelFileUrl>sample string 11</d2p1:ExcelFileUrl> <d2p1:Gzlx>sample string 12</d2p1:Gzlx> <d2p1:GzlxDm>sample string 13</d2p1:GzlxDm> <d2p1:PaidDate>sample string 14</d2p1:PaidDate> <d2p1:PdfFileUrl>sample string 10</d2p1:PdfFileUrl> <d2p1:PeriodEnd>sample string 6</d2p1:PeriodEnd> <d2p1:PeriodId>2</d2p1:PeriodId> <d2p1:PeriodStart>sample string 5</d2p1:PeriodStart> <d2p1:ReportDetails> <d2p1:TaxDeclareReportDetailDto> <d2p1:DeclareTypeName>sample string 3</d2p1:DeclareTypeName> <d2p1:ExcelFileUrl>sample string 7</d2p1:ExcelFileUrl> <d2p1:PageNumber>4</d2p1:PageNumber> <d2p1:PdfFileUrl>sample string 6</d2p1:PdfFileUrl> <d2p1:ReportId>1</d2p1:ReportId> <d2p1:ReportSubId>2</d2p1:ReportSubId> <d2p1:SortNumber>5</d2p1:SortNumber> </d2p1:TaxDeclareReportDetailDto> <d2p1:TaxDeclareReportDetailDto> <d2p1:DeclareTypeName>sample string 3</d2p1:DeclareTypeName> <d2p1:ExcelFileUrl>sample string 7</d2p1:ExcelFileUrl> <d2p1:PageNumber>4</d2p1:PageNumber> <d2p1:PdfFileUrl>sample string 6</d2p1:PdfFileUrl> <d2p1:ReportId>1</d2p1:ReportId> <d2p1:ReportSubId>2</d2p1:ReportSubId> <d2p1:SortNumber>5</d2p1:SortNumber> </d2p1:TaxDeclareReportDetailDto> </d2p1:ReportDetails> <d2p1:ReportId>1</d2p1:ReportId> <d2p1:Sbuuid>sample string 15</d2p1:Sbuuid> <d2p1:Status>7</d2p1:Status> </d2p1:TaxDeclareReportDto> <d2p1:TaxDeclareReportDto> <d2p1:DeclarationAmount>sample string 9</d2p1:DeclarationAmount> <d2p1:DeclarationTime>sample string 8</d2p1:DeclarationTime> <d2p1:DeclareTypeName>sample string 4</d2p1:DeclareTypeName> <d2p1:DeclareTypeShortName>sample string 3</d2p1:DeclareTypeShortName> <d2p1:ExcelFileUrl>sample string 11</d2p1:ExcelFileUrl> <d2p1:Gzlx>sample string 12</d2p1:Gzlx> <d2p1:GzlxDm>sample string 13</d2p1:GzlxDm> <d2p1:PaidDate>sample string 14</d2p1:PaidDate> <d2p1:PdfFileUrl>sample string 10</d2p1:PdfFileUrl> <d2p1:PeriodEnd>sample string 6</d2p1:PeriodEnd> <d2p1:PeriodId>2</d2p1:PeriodId> <d2p1:PeriodStart>sample string 5</d2p1:PeriodStart> <d2p1:ReportDetails> <d2p1:TaxDeclareReportDetailDto> <d2p1:DeclareTypeName>sample string 3</d2p1:DeclareTypeName> <d2p1:ExcelFileUrl>sample string 7</d2p1:ExcelFileUrl> <d2p1:PageNumber>4</d2p1:PageNumber> <d2p1:PdfFileUrl>sample string 6</d2p1:PdfFileUrl> <d2p1:ReportId>1</d2p1:ReportId> <d2p1:ReportSubId>2</d2p1:ReportSubId> <d2p1:SortNumber>5</d2p1:SortNumber> </d2p1:TaxDeclareReportDetailDto> <d2p1:TaxDeclareReportDetailDto> <d2p1:DeclareTypeName>sample string 3</d2p1:DeclareTypeName> <d2p1:ExcelFileUrl>sample string 7</d2p1:ExcelFileUrl> <d2p1:PageNumber>4</d2p1:PageNumber> <d2p1:PdfFileUrl>sample string 6</d2p1:PdfFileUrl> <d2p1:ReportId>1</d2p1:ReportId> <d2p1:ReportSubId>2</d2p1:ReportSubId> <d2p1:SortNumber>5</d2p1:SortNumber> </d2p1:TaxDeclareReportDetailDto> </d2p1:ReportDetails> <d2p1:ReportId>1</d2p1:ReportId> <d2p1:Sbuuid>sample string 15</d2p1:Sbuuid> <d2p1:Status>7</d2p1:Status> </d2p1:TaxDeclareReportDto> </d2p1:Data> <d2p1:PageSize>1</d2p1:PageSize> <d2p1:Total>3</d2p1:Total> </Data> <Msg>sample string 1</Msg> <State>OK</State> <SubState>OK</SubState> </ResponseDataOfPagingResponseOfTaxDeclareReportDtoAspFbluUAspFbluU>