POST api/QRBP/Report
Request Information
URI Parameters
None.
Body Parameters
RRScanReportRequestDtoName | Description | Type | Additional information |
---|---|---|---|
FromDate | date |
None. |
|
ToDate | date |
None. |
|
shopid | integer |
None. |
|
pgno | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "FromDate": "2023-01-27T17:45:43.3133968+05:30", "ToDate": "2023-01-27T17:45:43.3133968+05:30", "shopid": 1, "pgno": 1 }
application/xml, text/xml
Sample:
<RRScanReportRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BreakProtection.Common.Dto"> <FromDate>2023-01-27T17:45:43.3133968+05:30</FromDate> <ToDate>2023-01-27T17:45:43.3133968+05:30</ToDate> <pgno>1</pgno> <shopid>1</shopid> </RRScanReportRequestDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of RRScanReportDtoName | Description | Type | Additional information |
---|---|---|---|
CompanyName | string |
None. |
|
ProductName | string |
None. |
|
CategoryName | string |
None. |
|
receiptno | integer |
None. |
|
amountredeemed | integer |
None. |
|
CreatedOn | date |
None. |
|
ShopName | string |
None. |
|
ShopKey | string |
None. |
|
UserName | string |
None. |
|
TotalScan | integer |
None. |
|
TotalPoints | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CompanyName": "sample string 1", "ProductName": "sample string 2", "CategoryName": "sample string 3", "receiptno": 4, "amountredeemed": 5, "CreatedOn": "2023-01-27T17:45:43.3133968+05:30", "ShopName": "sample string 7", "ShopKey": "sample string 8", "UserName": "sample string 9", "TotalScan": 10, "TotalPoints": 11 }, { "CompanyName": "sample string 1", "ProductName": "sample string 2", "CategoryName": "sample string 3", "receiptno": 4, "amountredeemed": 5, "CreatedOn": "2023-01-27T17:45:43.3133968+05:30", "ShopName": "sample string 7", "ShopKey": "sample string 8", "UserName": "sample string 9", "TotalScan": 10, "TotalPoints": 11 } ]
application/xml, text/xml
Sample:
<ArrayOfRRScanReportDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BreakProtection.Common.Dto"> <RRScanReportDto> <CategoryName>sample string 3</CategoryName> <CompanyName>sample string 1</CompanyName> <CreatedOn>2023-01-27T17:45:43.3133968+05:30</CreatedOn> <ProductName>sample string 2</ProductName> <ShopKey>sample string 8</ShopKey> <ShopName>sample string 7</ShopName> <TotalPoints>11</TotalPoints> <TotalScan>10</TotalScan> <UserName>sample string 9</UserName> <amountredeemed>5</amountredeemed> <receiptno>4</receiptno> </RRScanReportDto> <RRScanReportDto> <CategoryName>sample string 3</CategoryName> <CompanyName>sample string 1</CompanyName> <CreatedOn>2023-01-27T17:45:43.3133968+05:30</CreatedOn> <ProductName>sample string 2</ProductName> <ShopKey>sample string 8</ShopKey> <ShopName>sample string 7</ShopName> <TotalPoints>11</TotalPoints> <TotalScan>10</TotalScan> <UserName>sample string 9</UserName> <amountredeemed>5</amountredeemed> <receiptno>4</receiptno> </RRScanReportDto> </ArrayOfRRScanReportDto>