Customer Property Statuses

Description

The customerPropertyStatuses endpoint is used to get the list of different Customer Statuses that are applicable to customer associated with the application.

Request

Endpoint

ui/refdata/v1/customerPropertyStatuses

Method

GET

Response


[
    {
        "name": "ACTIVE"
    },
    {
        "name": "DISABLED"
    }
]

Tabular Format

CUSTOMER PROPERTY STATUS NAME
ACTIVE
DELETED

Updated As Of Version: 6.1.0.3