POST api/Report/TransactionSummaryReport
Request Information
URI Parameters
None.
Body Parameters
TransactionSummaryReportInput| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BranchCodeList | string |
None. |
|
| Start_R_AsOnDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| ShowOptionList | string |
None. |
|
| SummaryOptionList | string |
None. |
|
| ReportType | string |
None. |
|
| AdvancesForExpensesAccountCodeList | string |
None. |
|
| InstallationChargesAccountCodeList | string |
None. |
|
| MiseIncomeAccountCodeList | string |
None. |
|
| GivenForExpensesAccountCodeList | string |
None. |
|
| RefundedAccountCodeList | string |
None. |
|
| SettlementOfAdvancesAccountCodeList | string |
None. |
|
| CreditCardAccountCodeList | string |
None. |
|
| StaffAdvanceAccountGroupCodeList | string |
None. |
|
| ShowSalesOutstandingBasedOnVirtualAmount | boolean |
None. |
|
| ProfitCalculationBasedOnPriceTemplateCode | string |
None. |
|
| ProfitCalculationBasedOnPriceTemplateName | string |
None. |
|
| CalculateProfitIncludeTax | boolean |
None. |
|
| CalculateProfitIncludeDiscount | boolean |
None. |
|
| DownloadReport | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"BranchCodeList": "sample string 4",
"Start_R_AsOnDate": 5,
"EndDate": 6,
"ShowOptionList": "sample string 7",
"SummaryOptionList": "sample string 8",
"ReportType": "sample string 9",
"AdvancesForExpensesAccountCodeList": "sample string 10",
"InstallationChargesAccountCodeList": "sample string 11",
"MiseIncomeAccountCodeList": "sample string 12",
"GivenForExpensesAccountCodeList": "sample string 13",
"RefundedAccountCodeList": "sample string 14",
"SettlementOfAdvancesAccountCodeList": "sample string 15",
"CreditCardAccountCodeList": "sample string 16",
"StaffAdvanceAccountGroupCodeList": "sample string 17",
"ShowSalesOutstandingBasedOnVirtualAmount": true,
"ProfitCalculationBasedOnPriceTemplateCode": "sample string 19",
"ProfitCalculationBasedOnPriceTemplateName": "sample string 20",
"CalculateProfitIncludeTax": true,
"CalculateProfitIncludeDiscount": true,
"DownloadReport": true
}
application/xml, text/xml
Sample:
<TransactionSummaryReportInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <AdvancesForExpensesAccountCodeList>sample string 10</AdvancesForExpensesAccountCodeList> <BranchCodeList>sample string 4</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <CalculateProfitIncludeDiscount>true</CalculateProfitIncludeDiscount> <CalculateProfitIncludeTax>true</CalculateProfitIncludeTax> <CreditCardAccountCodeList>sample string 16</CreditCardAccountCodeList> <DBName>sample string 1</DBName> <DownloadReport>true</DownloadReport> <EndDate>6</EndDate> <GivenForExpensesAccountCodeList>sample string 13</GivenForExpensesAccountCodeList> <InstallationChargesAccountCodeList>sample string 11</InstallationChargesAccountCodeList> <MiseIncomeAccountCodeList>sample string 12</MiseIncomeAccountCodeList> <ProfitCalculationBasedOnPriceTemplateCode>sample string 19</ProfitCalculationBasedOnPriceTemplateCode> <ProfitCalculationBasedOnPriceTemplateName>sample string 20</ProfitCalculationBasedOnPriceTemplateName> <RefundedAccountCodeList>sample string 14</RefundedAccountCodeList> <ReportType>sample string 9</ReportType> <SettlementOfAdvancesAccountCodeList>sample string 15</SettlementOfAdvancesAccountCodeList> <ShowOptionList>sample string 7</ShowOptionList> <ShowSalesOutstandingBasedOnVirtualAmount>true</ShowSalesOutstandingBasedOnVirtualAmount> <StaffAdvanceAccountGroupCodeList>sample string 17</StaffAdvanceAccountGroupCodeList> <Start_R_AsOnDate>5</Start_R_AsOnDate> <SummaryOptionList>sample string 8</SummaryOptionList> <UserInternalCode>sample string 3</UserInternalCode> </TransactionSummaryReportInput>
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. |