Lock/Unlock Printer Terminal
POST /v3/printers/unlock
Unlock device remotely. sn
is a serial number of a printer to unlock.
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%
Authentication:
Grant_type: login_info
Scopes: []
Request body:
{
"sn": "string"
}
POST /v3/printers/{id}/lock
Locks device remotely.
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%
Authentication:
Grant_type: login_info
Scopes: []