© 2024 Clarivate
GET /api/.../invoices/types
Return a list of Invoice Types.
None
[
{
"InvoiceTypeID": 1,
"InvoiceType": "Regular"
},
{
"InvoiceTypeID": 5,
"InvoiceType": "Approval Plan"
},
{
"InvoiceTypeID": 6,
"InvoiceType": "Blanket Order"
},
{
"InvoiceTypeID": 7,
"InvoiceType": "Miscellaneous"
}
]
Code | Description |
---|---|
200 | OK. Success |