Customer Statuses
Description¶
The customerStatuses endpoint to list the Customer Statuses that are present in the application.  
Request¶
Endpoint¶
ui/refdata/v1/customerStatusesMethod¶
GET
Response¶
[
    {
        "name": "ACTIVE"
    },
    {
        "name": "CLOSED"
    },
    {
        "name": "DELETED"
    }
]
Tabular Format
| CUSTOMER STATUS NAME | 
|---|
| ACTIVE | 
| CLOSED | 
| DELETED | 
Updated As Of Version: 6.1.0.3