BootstrapBody
uidstring
The operator's unique identifier of this device. Is only guaranteed to be unique within an Operator.
Example:
DEVICE-12345
namestring
An optional name for the device
Example:
Fieldstone Validator 1
typestring
An optional type for this device. Can help with unexpected usage flagging etc.
Example:
PAX_A920
purposestring
An optional purpose for this device. Can help in detecting unusual usage patterns.
Example:
TAP_ON
BootstrapBody
{
"uid": "DEVICE-12345",
"name": "Fieldstone Validator 1",
"type": "PAX_A920",
"purpose": "TAP_ON"
}