POS Terminal Statuses
Description¶
The terminalStatuses
endpoint is used to get the list of the POS Terminal Statuses that are present in the application.
Request¶
Endpoint¶
ui/refdata/v1/terminalStatuses
Method¶
GET
Response¶
{
"value": "Active",
"name": "ACTIVE"
},
{
"value": "Damaged",
"name": "DAMAGED"
},
{
"value": "Suspended",
"name": "INACTIVE"
}
Tabular Format
TERMINAL STATUS VALUE | TERMINAL STATUS NAME |
---|---|
Active | ACTIVE |
Damaged | DAMAGED |
Suspended | INACTIVE |
Updated As Of Version: 1.7.0.12