Goods Purchase Types

Description

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

Request

Endpoint

ui/refdata/v1/goodsPurchaseTypes

Method

GET

Response


 {
        "indicator": "D",
        "value": "Digital",
        "name": "DIGITAL"
    },
    {
        "indicator": "P",
        "value": "Physical",
        "name": "PHYSICAL"
    },
    {
        "indicator": "",
        "value": "Unknown",
        "name": "UNKNOWN"
    }  

Tabular Format

GOODS PURCHASE TYPE VALUE GOODS PURCHASE TYPE NAME
Digital DIGITAL
Physical PHYSICAL
Unknown UNKNOWN

Updated As Of Version: 1.7.0.12