GET api/barcode/{id}?template={template}
Match barcode against template
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Barcode to test |
string |
Required |
template |
Barcode template |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
BarcodeReaderResult object
BarcodeReaderResultName | Description | Type | Additional information |
---|---|---|---|
Apn | string |
None. |
|
ItemNumber | string |
None. |
|
Price | string |
None. |
|
Markdown | string |
None. |
|
Weight | string |
None. |
|
BestBefore | string |
None. |
|
BcFunction | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "apn": "sample string 1", "itemNumber": "sample string 2", "price": "sample string 3", "markdown": "sample string 4", "weight": "sample string 5", "bestBefore": "sample string 6", "bcFunction": "sample string 7" }
application/xml, text/xml
Sample:
<BarcodeReaderResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Barcodes"> <Apn>sample string 1</Apn> <BcFunction>sample string 7</BcFunction> <BestBefore>sample string 6</BestBefore> <ItemNumber>sample string 2</ItemNumber> <Markdown>sample string 4</Markdown> <Price>sample string 3</Price> <Weight>sample string 5</Weight> </BarcodeReaderResult>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK "