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/customerPropertyStatusesMethod¶
GET
Response¶
[
    {
        "name": "ACTIVE"
    },
    {
        "name": "DISABLED"
    }
]
Tabular Format
| CUSTOMER PROPERTY STATUS NAME | 
|---|
| ACTIVE | 
| DELETED | 
Updated As Of Version: 6.1.0.3