Customer Types

Description

The following are the Customer Types that are present in the application.

Request

Endpoint

ui/refdata/v1/customerTypes

Method

GET

Response



    {
        "value": "Business",
        "name": "BUSINESS"
    },
    {
        "value": "Other",
        "name": "OTHER"
    },
    {
        "value": "Patient",
        "name": "PATIENT"
    }


Tabular Format

CUSTOMER TYPE VALUE CUSTOMER TYPE NAME
Business BUSINESS
Other OTHER
Patient PATIENT

Updated As Of Version: 3.8.0.0