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/dateTypes
Method¶
GET
Response¶
{
"value": "Due",
"name": "DUE"
},
{
"value": "Invoice",
"name": "INVOICE"
},
{
"value": "Paid",
"name": "PAID"
}
Tabular Format
DATE TYPE VALUE | DATE TYPE NAME |
---|---|
due | DUE |
invoice | INVOICE |
paid | PAID |
Updated As Of Version: 1.7.0.12