© 2026 Clarivate
GET /api/.../invoices/transmissionmethods?includeEmptyObject=true
Return a list of Invoice Transmission Methods. Include the '(None)' entry for a user listbox or combobox.
| Name | Type | Required | Description |
|---|---|---|---|
| includeEmptyObject | Boolean | No | Set to 'true' to return an empty object with InvTxMethID set to '0' and description set to '(none)'. |
[
{
"InvTxMethID": 0,
"InvTxMeth": "(None)"
},
{
"InvTxMethID": 1,
"InvTxMeth": "Electronic"
},
{
"InvTxMethID": 2,
"InvTxMeth": "Fax"
},
{
"InvTxMethID": 3,
"InvTxMeth": "Paper"
}
]
| Code | Description |
|---|---|
| 200 | OK. Success |