POST api/Report/SalesReport
Request Information
URI Parameters
None.
Body Parameters
SalesReport| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BranchCodeList | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| DocumentTypeCodeList | string |
None. |
|
| SalespersonCodeList | string |
None. |
|
| Group1Type | string |
None. |
|
| Group2Type | string |
None. |
|
| Group3Type | string |
None. |
|
| Group1Name | string |
None. |
|
| Group2Name | string |
None. |
|
| Group3Name | string |
None. |
|
| ShowItemModelDetails | boolean |
None. |
|
| ShowTradeAdditionDeductionDetails | boolean |
None. |
|
| ShowDiscountPurpose | boolean |
None. |
|
| ShowUserDefinedFields | boolean |
None. |
|
| ShowAccountwisePaymentDetails | boolean |
None. |
|
| ShowPaymentDetails | boolean |
None. |
|
| DownloadReport | boolean |
None. |
|
| ShowIMEINumber | boolean |
None. |
|
| SalesType | string |
None. |
|
| PartyType | string |
None. |
|
| SelectedPartyCode | string |
None. |
|
| HideUnwantedData | boolean |
None. |
|
| RemoveColumns | string |
None. |
|
| ShowOnlyDiscountGivenInvoices | boolean |
None. |
|
| ShowOnlyFreeIssuedInvoices | boolean |
None. |
|
| BrandCodeList | string |
None. |
|
| ProductCodeList | string |
None. |
|
| ProductCategoryCodeList | string |
None. |
|
| ItemCategoryCodeList | string |
None. |
|
| ItemModelCodeList | string |
None. |
|
| ItemClassficationType | string |
None. |
|
| ItemClassficationCodeList | string |
None. |
|
| ConcatPartyTypeInPartyName | boolean |
None. |
|
| ShowFinancierDONumber | boolean |
None. |
|
| ShowSupplierNameBasedOnIMEINo | boolean |
None. |
|
| ShowIMEINoAge | boolean |
None. |
|
| ShowOnlyFilteredItemModel | boolean |
None. |
|
| ShowDiscount_BalanceTransferVouchers | boolean |
None. |
|
| ShowExchangeOfferCategoryDetails | boolean |
None. |
|
| DeliveryAddressCodeList | string |
None. |
|
| ShowDeliveryDetails | 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",
"StartDate": 5,
"EndDate": 6,
"DocumentTypeCodeList": "sample string 7",
"SalespersonCodeList": "sample string 8",
"Group1Type": "sample string 9",
"Group2Type": "sample string 10",
"Group3Type": "sample string 11",
"Group1Name": "sample string 12",
"Group2Name": "sample string 13",
"Group3Name": "sample string 14",
"ShowItemModelDetails": true,
"ShowTradeAdditionDeductionDetails": true,
"ShowDiscountPurpose": true,
"ShowUserDefinedFields": true,
"ShowAccountwisePaymentDetails": true,
"ShowPaymentDetails": true,
"DownloadReport": true,
"ShowIMEINumber": true,
"SalesType": "sample string 23",
"PartyType": "sample string 24",
"SelectedPartyCode": "sample string 25",
"HideUnwantedData": true,
"RemoveColumns": "sample string 27",
"ShowOnlyDiscountGivenInvoices": true,
"ShowOnlyFreeIssuedInvoices": true,
"BrandCodeList": "sample string 30",
"ProductCodeList": "sample string 31",
"ProductCategoryCodeList": "sample string 32",
"ItemCategoryCodeList": "sample string 33",
"ItemModelCodeList": "sample string 34",
"ItemClassficationType": "sample string 35",
"ItemClassficationCodeList": "sample string 36",
"ConcatPartyTypeInPartyName": true,
"ShowFinancierDONumber": true,
"ShowSupplierNameBasedOnIMEINo": true,
"ShowIMEINoAge": true,
"ShowOnlyFilteredItemModel": true,
"ShowDiscount_BalanceTransferVouchers": true,
"ShowExchangeOfferCategoryDetails": true,
"DeliveryAddressCodeList": "sample string 44",
"ShowDeliveryDetails": true
}
application/xml, text/xml
Sample:
<SalesReport 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 30</BrandCodeList> <ConcatPartyTypeInPartyName>true</ConcatPartyTypeInPartyName> <DBName>sample string 1</DBName> <DeliveryAddressCodeList>sample string 44</DeliveryAddressCodeList> <DocumentTypeCodeList>sample string 7</DocumentTypeCodeList> <DownloadReport>true</DownloadReport> <EndDate>6</EndDate> <Group1Name>sample string 12</Group1Name> <Group1Type>sample string 9</Group1Type> <Group2Name>sample string 13</Group2Name> <Group2Type>sample string 10</Group2Type> <Group3Name>sample string 14</Group3Name> <Group3Type>sample string 11</Group3Type> <HideUnwantedData>true</HideUnwantedData> <ItemCategoryCodeList>sample string 33</ItemCategoryCodeList> <ItemClassficationCodeList>sample string 36</ItemClassficationCodeList> <ItemClassficationType>sample string 35</ItemClassficationType> <ItemModelCodeList>sample string 34</ItemModelCodeList> <PartyType>sample string 24</PartyType> <ProductCategoryCodeList>sample string 32</ProductCategoryCodeList> <ProductCodeList>sample string 31</ProductCodeList> <RemoveColumns>sample string 27</RemoveColumns> <SalesType>sample string 23</SalesType> <SalespersonCodeList>sample string 8</SalespersonCodeList> <SelectedPartyCode>sample string 25</SelectedPartyCode> <ShowAccountwisePaymentDetails>true</ShowAccountwisePaymentDetails> <ShowDeliveryDetails>true</ShowDeliveryDetails> <ShowDiscountPurpose>true</ShowDiscountPurpose> <ShowDiscount_BalanceTransferVouchers>true</ShowDiscount_BalanceTransferVouchers> <ShowExchangeOfferCategoryDetails>true</ShowExchangeOfferCategoryDetails> <ShowFinancierDONumber>true</ShowFinancierDONumber> <ShowIMEINoAge>true</ShowIMEINoAge> <ShowIMEINumber>true</ShowIMEINumber> <ShowItemModelDetails>true</ShowItemModelDetails> <ShowOnlyDiscountGivenInvoices>true</ShowOnlyDiscountGivenInvoices> <ShowOnlyFilteredItemModel>true</ShowOnlyFilteredItemModel> <ShowOnlyFreeIssuedInvoices>true</ShowOnlyFreeIssuedInvoices> <ShowPaymentDetails>true</ShowPaymentDetails> <ShowSupplierNameBasedOnIMEINo>true</ShowSupplierNameBasedOnIMEINo> <ShowTradeAdditionDeductionDetails>true</ShowTradeAdditionDeductionDetails> <ShowUserDefinedFields>true</ShowUserDefinedFields> <StartDate>5</StartDate> <UserInternalCode>sample string 3</UserInternalCode> </SalesReport>
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. |