Date Types
Description¶
The dateTypes endpoint is used to get the list of the different invoice date types that are present in the application.  
Request¶
Endpoint¶
ui/refdata/v1/dateTypesMethod¶
GET
Response¶
[
    {
        "name": "DUE"
    },
    {
        "name": "INVOICE"
    },
    {
        "name": "PAID"
    }
]
Tabular Format
| DATE TYPE NAME | 
|---|
| DUE | 
| INVOICE | 
| PAID | 
Updated As Of Version: 6.1.0.3