Reset the Device
Last updated
Was this helpful?
Sends a reset command to the terminal device, cancelling any active transaction and returning the device to idle state.
POST https://[your-terminal-ip]:8090/reset
Content-Type: application/json
200 OK - Reset command sent successfully.
None needed. There is no body for this request.
{
"status": "OK",
"message": "Device reset command sent"
}None needed.
Last updated
Was this helpful?
Was this helpful?