Invoice Delivery Methods

List of Invoice Delivery methods

GET /api/.../invoicedeliverymethods

Return a list of all invoice delivery methods in the system.

Response Information

Example
application/json, text/json
[
 {
    "InvDeliveryMethID": 1,
    "InvDelivMethod": "Send invoice separately",
    "BISACCode": "201"
  },
  {
    "InvDeliveryMethID": 2,
    "InvDelivMethod": "Attach invoice to outside of package marked \"Invoice attached\"",
    "BISACCode": "202"
  },
  {
    "InvDeliveryMethID": 3,
    "InvDelivMethod": "Attach invoice to outside of package",
    "BISACCode": "203"
  },
  {
    "InvDeliveryMethID": 4,
    "InvDelivMethod": "Enclose invoice and mark package \"Invoice enclosed\"",
    "BISACCode": " "
  }
]

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE.
  • Bad request