Goods & Services Purchase Types
Description¶
This API fetches the data related to Goods Purchase Types present in the application.
Request¶
Endpoint¶
ui/refdata/v1/goodsAndServicesPurchaseTypesMethod¶
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