Invoices

Invoice Payment Methods

GET /api/.../invoices/paymentmethods

Return a list of Invoice Payment Methods.

Request Information

Parameters

None

Response Information

Example
application/json, text/json
[
  {
    "PaymentMethodID": 2,
    "PaymentMethod": "Depository Agreement"
  },
  {
    "PaymentMethodID": 4,
    "PaymentMethod": "Free"
  },
  {
    "PaymentMethodID": 8,
    "PaymentMethod": "Purchase"
  }
]

HTTP Response Codes

Code Description
200 OK. Success