Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Current »

The user interface on the touch screen is PIN-protected. These REST calls can be used to check and update the PIN.

URL

http://<<ip address>>/rest/pin/check

Method

PUT

Description

Check if a given PIN code is correct

Request

{
  "pin": «PIN»
}

Response

HTTP204 when pin valid

HTTP401 when pin invalid

Status

IMPLEMENTED

URL

http://<<ip address>>/rest/pin/update

Method

PUT

Description

Check if a given PIN code is correct

Request

{
  "oldpin": «PIN»,
  "newpin": «PIN»
}

Response

HTTP204 when updated

HTTP401 when oldpin invalid

HTTP400 when newpin invalid (must be numeric, 6 characters)

Status

IMPLEMENTED

  • No labels