Appearance
Update
Terminal Update
Direction
POS → Backend
This method is used to enabled/disable a terminal.
json
{
"action": "terminals",
"method": "update",
"data": {
"TerminalId": "",
"Active": true
}
}Terminal Update Response
Direction
Backend → POS
This is the response from the TaaS Backend for a terminal update method.
json
{
"action": "terminals",
"method": "update",
"data": {
"TerminalId": "",
"Active": true
}
}