POST api/QR/ReportLog
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-27T16:25:17.4852646+05:30", "ToDate": "2023-01-27T16:25:17.4852646+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-27T16:25:17.4852646+05:30</FromDate> <ToDate>2023-01-27T16:25:17.4852646+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 ScanLogReportDtoName | Description | Type | Additional information |
---|---|---|---|
CompanyName | string |
None. |
|
ShopName | string |
None. |
|
ShopKey | string |
None. |
|
UserName | string |
None. |
|
Brand | string |
None. |
|
Model | string |
None. |
|
Price | string |
None. |
|
CreatedOn | string |
None. |
|
ProductName | string |
None. |
|
ProductCategory | string |
None. |
|
ProductPrice | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CompanyName": "sample string 1", "ShopName": "sample string 2", "ShopKey": "sample string 3", "UserName": "sample string 4", "Brand": "sample string 5", "Model": "sample string 6", "Price": "sample string 7", "CreatedOn": "sample string 8", "ProductName": "sample string 9", "ProductCategory": "sample string 10", "ProductPrice": "sample string 11" }, { "CompanyName": "sample string 1", "ShopName": "sample string 2", "ShopKey": "sample string 3", "UserName": "sample string 4", "Brand": "sample string 5", "Model": "sample string 6", "Price": "sample string 7", "CreatedOn": "sample string 8", "ProductName": "sample string 9", "ProductCategory": "sample string 10", "ProductPrice": "sample string 11" } ]
application/xml, text/xml
Sample:
<ArrayOfScanLogReportDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BreakProtection.Common.Dto"> <ScanLogReportDto> <Brand>sample string 5</Brand> <CompanyName>sample string 1</CompanyName> <CreatedOn>sample string 8</CreatedOn> <Model>sample string 6</Model> <Price>sample string 7</Price> <ProductCategory>sample string 10</ProductCategory> <ProductName>sample string 9</ProductName> <ProductPrice>sample string 11</ProductPrice> <ShopKey>sample string 3</ShopKey> <ShopName>sample string 2</ShopName> <UserName>sample string 4</UserName> </ScanLogReportDto> <ScanLogReportDto> <Brand>sample string 5</Brand> <CompanyName>sample string 1</CompanyName> <CreatedOn>sample string 8</CreatedOn> <Model>sample string 6</Model> <Price>sample string 7</Price> <ProductCategory>sample string 10</ProductCategory> <ProductName>sample string 9</ProductName> <ProductPrice>sample string 11</ProductPrice> <ShopKey>sample string 3</ShopKey> <ShopName>sample string 2</ShopName> <UserName>sample string 4</UserName> </ScanLogReportDto> </ArrayOfScanLogReportDto>