POST api/Report/SalesProfitWithIncome_N_ExpensesReport
Request Information
URI Parameters
None.
Body Parameters
SalesProfitWithIncome_N_ExpensesReport_Inputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BranchCodeList | string |
None. |
|
| ReportBase | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| BrandCodeList | string |
None. |
|
| ProductCodeList | string |
None. |
|
| ProductCategoryCodeList | string |
None. |
|
| ItemCategoryCodeList | string |
None. |
|
| ItemClassficationType | string |
None. |
|
| ItemClassficationCodeList | string |
None. |
|
| Group1Type | string |
None. |
|
| Group1Name | string |
None. |
|
| ProfitCalculationBasedon | string |
None. |
|
| IndirectIncomeGroupCodeList | string |
None. |
|
| IndirectExpenseGroupCodeList | string |
None. |
|
| DirectIncomeGroupCodeList | string |
None. |
|
| DirectExpenseGroupCodeList | string |
None. |
|
| RemoveColumns | string |
None. |
|
| ShowTax | boolean |
None. |
|
| ShowDiscount | boolean |
None. |
|
| IncludeCustomer | boolean |
None. |
|
| IncludeDealer | boolean |
None. |
|
| IncludeFinancier | boolean |
None. |
|
| IncludeSalesReturn | boolean |
None. |
|
| IncludeDiscountforProfitCalculation | boolean |
None. |
|
| IncludeTaxforProfitCalculation | boolean |
None. |
|
| ProfitBasedOnValueAdditionCalc | 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",
"ReportBase": "sample string 5",
"StartDate": 6,
"EndDate": 7,
"BrandCodeList": "sample string 8",
"ProductCodeList": "sample string 9",
"ProductCategoryCodeList": "sample string 10",
"ItemCategoryCodeList": "sample string 11",
"ItemClassficationType": "sample string 12",
"ItemClassficationCodeList": "sample string 13",
"Group1Type": "sample string 14",
"Group1Name": "sample string 15",
"ProfitCalculationBasedon": "sample string 16",
"IndirectIncomeGroupCodeList": "sample string 17",
"IndirectExpenseGroupCodeList": "sample string 18",
"DirectIncomeGroupCodeList": "sample string 19",
"DirectExpenseGroupCodeList": "sample string 20",
"RemoveColumns": "sample string 21",
"ShowTax": true,
"ShowDiscount": true,
"IncludeCustomer": true,
"IncludeDealer": true,
"IncludeFinancier": true,
"IncludeSalesReturn": true,
"IncludeDiscountforProfitCalculation": true,
"IncludeTaxforProfitCalculation": true,
"ProfitBasedOnValueAdditionCalc": true,
"DownloadReport": true
}
application/xml, text/xml
Sample:
<SalesProfitWithIncome_N_ExpensesReport_Inputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <BranchCodeList>sample string 4</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <BrandCodeList>sample string 8</BrandCodeList> <DBName>sample string 1</DBName> <DirectExpenseGroupCodeList>sample string 20</DirectExpenseGroupCodeList> <DirectIncomeGroupCodeList>sample string 19</DirectIncomeGroupCodeList> <DownloadReport>true</DownloadReport> <EndDate>7</EndDate> <Group1Name>sample string 15</Group1Name> <Group1Type>sample string 14</Group1Type> <IncludeCustomer>true</IncludeCustomer> <IncludeDealer>true</IncludeDealer> <IncludeDiscountforProfitCalculation>true</IncludeDiscountforProfitCalculation> <IncludeFinancier>true</IncludeFinancier> <IncludeSalesReturn>true</IncludeSalesReturn> <IncludeTaxforProfitCalculation>true</IncludeTaxforProfitCalculation> <IndirectExpenseGroupCodeList>sample string 18</IndirectExpenseGroupCodeList> <IndirectIncomeGroupCodeList>sample string 17</IndirectIncomeGroupCodeList> <ItemCategoryCodeList>sample string 11</ItemCategoryCodeList> <ItemClassficationCodeList>sample string 13</ItemClassficationCodeList> <ItemClassficationType>sample string 12</ItemClassficationType> <ProductCategoryCodeList>sample string 10</ProductCategoryCodeList> <ProductCodeList>sample string 9</ProductCodeList> <ProfitBasedOnValueAdditionCalc>true</ProfitBasedOnValueAdditionCalc> <ProfitCalculationBasedon>sample string 16</ProfitCalculationBasedon> <RemoveColumns>sample string 21</RemoveColumns> <ReportBase>sample string 5</ReportBase> <ShowDiscount>true</ShowDiscount> <ShowTax>true</ShowTax> <StartDate>6</StartDate> <UserInternalCode>sample string 3</UserInternalCode> </SalesProfitWithIncome_N_ExpensesReport_Inputs>
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. |