POST api/Report/TaxSummaryReport
Request Information
URI Parameters
None.
Body Parameters
TaxSummaryReportsInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BranchList | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| PurchaseTaxClass | string |
None. |
|
| SalesTaxClass | string |
None. |
|
| IGST_CF_Ac | string |
None. |
|
| CGST_CF_Ac | string |
None. |
|
| SGST_UTGST_CF_Ac | string |
None. |
|
| CESS_CF_Ac | string |
None. |
|
| CreditNoteCreatedFor | string |
None. |
|
| DebitNoteCreatedFor | string |
None. |
|
| ShowPreUsedPurchase | boolean |
None. |
|
| ShowPreUsedSale | boolean |
None. |
|
| UseVoucherDateForPurchase | boolean |
None. |
|
| ShowCreditNoteWithItemModel | boolean |
None. |
|
| ShowDebitNoteWithItemModel | boolean |
None. |
|
| TaxType | string |
None. |
|
| DownloadReport | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"BranchList": "sample string 4",
"StartDate": 5,
"EndDate": 6,
"PurchaseTaxClass": "sample string 7",
"SalesTaxClass": "sample string 8",
"IGST_CF_Ac": "sample string 9",
"CGST_CF_Ac": "sample string 10",
"SGST_UTGST_CF_Ac": "sample string 11",
"CESS_CF_Ac": "sample string 12",
"CreditNoteCreatedFor": "sample string 13",
"DebitNoteCreatedFor": "sample string 14",
"ShowPreUsedPurchase": true,
"ShowPreUsedSale": true,
"UseVoucherDateForPurchase": true,
"ShowCreditNoteWithItemModel": true,
"ShowDebitNoteWithItemModel": true,
"TaxType": "sample string 20",
"DownloadReport": true
}
application/xml, text/xml
Sample:
<TaxSummaryReportsInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <BranchInternalCode>sample string 2</BranchInternalCode> <BranchList>sample string 4</BranchList> <CESS_CF_Ac>sample string 12</CESS_CF_Ac> <CGST_CF_Ac>sample string 10</CGST_CF_Ac> <CreditNoteCreatedFor>sample string 13</CreditNoteCreatedFor> <DBName>sample string 1</DBName> <DebitNoteCreatedFor>sample string 14</DebitNoteCreatedFor> <DownloadReport>true</DownloadReport> <EndDate>6</EndDate> <IGST_CF_Ac>sample string 9</IGST_CF_Ac> <PurchaseTaxClass>sample string 7</PurchaseTaxClass> <SGST_UTGST_CF_Ac>sample string 11</SGST_UTGST_CF_Ac> <SalesTaxClass>sample string 8</SalesTaxClass> <ShowCreditNoteWithItemModel>true</ShowCreditNoteWithItemModel> <ShowDebitNoteWithItemModel>true</ShowDebitNoteWithItemModel> <ShowPreUsedPurchase>true</ShowPreUsedPurchase> <ShowPreUsedSale>true</ShowPreUsedSale> <StartDate>5</StartDate> <TaxType>sample string 20</TaxType> <UseVoucherDateForPurchase>true</UseVoucherDateForPurchase> <UserInternalCode>sample string 3</UserInternalCode> </TaxSummaryReportsInputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |