Invoice Transmission Methods

Invoice Transmission Methods

GET /api/.../invoices/transmissionmethods?includeEmptyObject=true

Return a list of Invoice Transmission Methods. Include the '(None)' entry for a user listbox or combobox.

Request Information

Parameters
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)'.

Response Information

Example
application/json, text/json
[ 
  {
    "InvTxMethID": 0,
    "InvTxMeth": "(None)"
  },
  {
    "InvTxMethID": 1,
    "InvTxMeth": "Electronic"
  },
  {
    "InvTxMethID": 2,
    "InvTxMeth": "Fax"
  },
  {
    "InvTxMethID": 3,
    "InvTxMeth": "Paper"
  }
]

HTTP Response Codes

Code Description
200 OK. Success