Verrouiller/déverrouiller le terminal de l'imprimante
POST /v3/printers/unlock
Déverrouiller l'appareil à distance. sn
est le numéro de série de l'imprimante à déverrouiller.
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%
Authentication:
Grand_type: login_info
Scopes: []
Request body:
{
"sn": "string"
}
POST /v3/printers/{id}/lock
Verrouille l'appareil à distance.
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%
Authentication:
Grand_type: login_info
Scopes: []