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


[
    {
        "name": "ACTIVE"
    },
    {
        "name": "DAMAGED"
    },
    {
        "name": "SUSPENDED"
    }
]

Tabular Format

TERMINAL STATUS NAME
ACTIVE
DAMAGED
SUSPENDED

Updated As Of Version: 6.1.1