POS Device Types

Description

The posDeviceTypes endpoint is used to get the list of POS Device Types that can be used by the application.

Request

Endpoint

ui/refdata/v1/posDeviceTypes

Method

GET

Response


[
    {
        "value": "Dynamag",
        "manufacturer": "MAGTEK",
        "name": "MAGTEK_DYNAMAG"
    },
    {
        "value": "DynaPro Go",
        "manufacturer": "MAGTEK",
        "name": "MAGTEK_DYNAPRO_GO"
    },
    {
        "value": "eDynamo",
        "manufacturer": "MAGTEK",
        "name": "MAGTEK_EDYNAMO"
    },
    {
        "value": "A910",
        "manufacturer": "PAX",
        "name": "PAX_A910"
    },
    {
        "value": "A920",
        "manufacturer": "PAX",
        "name": "PAX_A920"
    }
]

Tabular Format

POS DEVICE VALUE POS DEVICE NAME
Dynamag MAGTEK_DYNAMAG
DynaPro Go MAGTEK_DYNAPRO_GO
eDynamo MAGTEK_EDYNAMO
A910 PAX_A910
A920 PAX_A920

Updated As Of Version: 3.3.0.5