Product Categories

Summary

This API fetches the Product Categories that are present in the application.

Request

Endpoint

ui/refdata/v1/productCategories

Method

GET

Response


    {
        "value": "Internal",
        "name": "INTERNAL"
    },
    {
        "value": "Internal & External",
        "name": "INTERNAL_AND_EXTERNAL"
    }

Tabular Format

PRODUCT CATEGORY VALUE PRODUCT CATEGORY NAME
Internal INTERNAL
Internal & External INTERNAL_AND_EXTERNAL

Updated As Of Version: 4.0.0.0