GET api/Receipt/GetRecordByQR?values={values}&IsForPrintQR={IsForPrintQR}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| values | string |
Required |
|
| IsForPrintQR | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
ScanResult| Name | Description | Type | Additional information |
|---|---|---|---|
| batch | Object |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"batch": {},
"error": "sample string 2"
}
application/xml, text/xml
Sample:
<ScanResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hsbs.DigitalFactory.Server.Models"> <batch /> <error>sample string 2</error> </ScanResult>