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¶
{
"value": "Active",
"name": "ACTIVE"
},
{
"value": "Deleted",
"name": "DELETED"
}
Tabular Format
| CUSTOMER PROPERTY STATUS VALUE | CUSTOMER PROPERTY STATUS NAME |
|---|---|
| Active | ACTIVE |
| Deleted | DELETED |
Updated As Of Version: 1.7.0.12