Customer Property Types

Description

The customerPropertyTypes endpoint is used to list the Customer Property Types present in the application.

Request

Endpoint

ui/refdata/v1/customerPropertyTypes

Method

GET

Response


{
        "value": "Post Due",
        "name": "POSTDUE"
    },
    {
        "value": "Pre Due",
        "name": "PREDUE"
    }  

Tabular Format

CUSTOMER PROPERTY TYPE VALUE CUSTOMER PROPERTY TYPE NAME
Post Due POSTDUE
Pre Due PREDUE

Updated As Of Version: 1.7.0.12