POST api/Report/SalesUsingCardsReport
Request Information
URI Parameters
None.
Body Parameters
SalesUsingCardsReport| 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. |
|
| CardTypeList | string |
None. |
|
| CardBankList | string |
None. |
|
| BrandList | string |
None. |
|
| ProductList | string |
None. |
|
| ShowRealisedRVInfo | boolean |
None. |
|
| AllUnrealisedCardTransaction | boolean |
None. |
|
| ShowOnlyRealisedCardTransation | boolean |
None. |
|
| ShowOnlyUnRealisedCardTransation | boolean |
None. |
|
| ShowAdditionDeduction | boolean |
None. |
|
| ShowItemModel | boolean |
None. |
|
| ShowImeiDetails | boolean |
None. |
|
| Group1Type | string |
None. |
|
| Group2Type | string |
None. |
|
| Group3Type | string |
None. |
|
| Group1Name | string |
None. |
|
| Group2Name | string |
None. |
|
| Group3Name | string |
None. |
|
| ProductCategoryCodeList | string |
None. |
|
| ItemCategoryCodeList | string |
None. |
|
| ItemClassficationTypeCodeList | string |
None. |
|
| ItemClassficationCodeList | string |
None. |
|
| AcquirerName | string |
None. |
|
| TID | string |
None. |
|
| DownloadReport | boolean |
None. |
|
| RemoveColumns | string |
None. |
|
| ShowAdditionalCardDetails | 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,
"CardTypeList": "sample string 8",
"CardBankList": "sample string 9",
"BrandList": "sample string 10",
"ProductList": "sample string 11",
"ShowRealisedRVInfo": true,
"AllUnrealisedCardTransaction": true,
"ShowOnlyRealisedCardTransation": true,
"ShowOnlyUnRealisedCardTransation": true,
"ShowAdditionDeduction": true,
"ShowItemModel": true,
"ShowImeiDetails": true,
"Group1Type": "sample string 19",
"Group2Type": "sample string 20",
"Group3Type": "sample string 21",
"Group1Name": "sample string 22",
"Group2Name": "sample string 23",
"Group3Name": "sample string 24",
"ProductCategoryCodeList": "sample string 25",
"ItemCategoryCodeList": "sample string 26",
"ItemClassficationTypeCodeList": "sample string 27",
"ItemClassficationCodeList": "sample string 28",
"AcquirerName": "sample string 29",
"TID": "sample string 30",
"DownloadReport": true,
"RemoveColumns": "sample string 32",
"ShowAdditionalCardDetails": true
}
application/xml, text/xml
Sample:
<SalesUsingCardsReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <AcquirerName>sample string 29</AcquirerName> <AllUnrealisedCardTransaction>true</AllUnrealisedCardTransaction> <BranchCodeList>sample string 4</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <BrandList>sample string 10</BrandList> <CardBankList>sample string 9</CardBankList> <CardTypeList>sample string 8</CardTypeList> <DBName>sample string 1</DBName> <DownloadReport>true</DownloadReport> <EndDate>7</EndDate> <Group1Name>sample string 22</Group1Name> <Group1Type>sample string 19</Group1Type> <Group2Name>sample string 23</Group2Name> <Group2Type>sample string 20</Group2Type> <Group3Name>sample string 24</Group3Name> <Group3Type>sample string 21</Group3Type> <ItemCategoryCodeList>sample string 26</ItemCategoryCodeList> <ItemClassficationCodeList>sample string 28</ItemClassficationCodeList> <ItemClassficationTypeCodeList>sample string 27</ItemClassficationTypeCodeList> <ProductCategoryCodeList>sample string 25</ProductCategoryCodeList> <ProductList>sample string 11</ProductList> <RemoveColumns>sample string 32</RemoveColumns> <ReportBase>sample string 5</ReportBase> <ShowAdditionDeduction>true</ShowAdditionDeduction> <ShowAdditionalCardDetails>true</ShowAdditionalCardDetails> <ShowImeiDetails>true</ShowImeiDetails> <ShowItemModel>true</ShowItemModel> <ShowOnlyRealisedCardTransation>true</ShowOnlyRealisedCardTransation> <ShowOnlyUnRealisedCardTransation>true</ShowOnlyUnRealisedCardTransation> <ShowRealisedRVInfo>true</ShowRealisedRVInfo> <StartDate>6</StartDate> <TID>sample string 30</TID> <UserInternalCode>sample string 3</UserInternalCode> </SalesUsingCardsReport>
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. |