Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

URL

http://<<ip address>>/rest/cabinet/scanner

Method

PUT

Description

Sets the scanner serial number to connect to. After a restart, the cabinet will try to connect to this GeneralScan scanner in HID mode.

Request

Code Block
{
    "serial": «scanner serial number»
}

Response

HTTP204 when successful

Possible Errors

HTTP400 when request is invalid

Status

Status
colourGreen
titleimplemented

implemented

URL

http://<<ip address>>/rest/cabinet/scanner

Method

GET

Description

Gets the scanner serial number the cabinet connects to.

Response

Code Block
{
    "serial": «scanner serial number»,
    "mac": «scanner MAC address (if available)»
}

Status

Status
colourGreen
title