Order Types

Get Order Types

GET /api/.../OrderTypes

Return a list of order types.

Response Information

Example
application/json, text/json
[
  {
    "OrderTypeID": 3,
    "OrderType": "Firm Order"
  },
  {
    "OrderTypeID": 4,
    "OrderType": "Gift"
  },
  {
    "OrderTypeID": 7,
    "OrderType": "Standing Order"
  },
  {
    "OrderTypeID": 8,
    "OrderType": "Subscription"
  },
  {
    "OrderTypeID": 9,
    "OrderType": "Donation"
  }
]

HTTP Response Codes

Code Description
200 OK. Success
400 Bad request