Goods & Services Purchase Types

Description

This API fetches the data related to Goods Purchase Types present in the application.

Request

Endpoint

ui/refdata/v1/goodsAndServicesPurchaseTypes

Method

GET

Response

[
    {
        "indicator": "D",
        "name": "DIGITAL"
    },
    {
        "indicator": "P",
        "name": "PHYSICAL"
    },
    {
        "indicator": "",
        "name": "SERVICE"
    },
    {
        "indicator": "",
        "name": "UNKNOWN"
    }
]

Tabular Format

GOODS & SERVICES PURCHASE TYPE NAME
DIGITAL
PHYSICAL
SERVICE
UNKNOWN

Updated As Of Version: 6.1.0.3