Customer Statuses

Description

The customerStatuses endpoint to list the Customer Statuses that are present in the application.

Request

Endpoint

ui/refdata/v1/customerStatuses

Method

GET

Response

{
        "value": "Active",
        "name": "ACTIVE"
    },
    {
        "value": "Closed",
        "name": "CLOSED"
    },
    {
        "value": "Deleted",
        "name": "DELETED"
    }  

Tabular Format

CUSTOMER STATUS VALUE CUSTOMER STATUS NAME
Active ACTIVE
Closed CLOSED
Deleted DELETED

Updated As Of Version: 1.7.0.12