Invoice Types
Description¶
This API is used to fetch all the Invoice Types that are present in the application.
Request¶
Endpoint¶
ui/refdata/v1/invoiceTypesMethod¶
GET
Response¶
[
    {
        "name": "ADHOC"
    },
    {
        "name": "FILE_UPLOAD"
    }
]
Tabular Format
| INVOICE TYPE NAME | 
|---|
| ADHOC | 
| FILE_UPLOAD | 
Updated As Of Version: 6.1.0.3