Fund Types

Get Fund Types

GET /api/.../fundcategories

Return a list of of fund categories ordered by name.

Response Information

Example
application/json, text/json
[
  {
    "FundCategoryID": 2,
    "Name": "Corporate Donation Fund"
  },
  {
    "FundCategoryID": 4,
    "Name": "Foundation"
  },
  {
    "FundCategoryID": 3,
    "Name": "General Donation Fund"
  },
  {
    "FundCategoryID": 1,
    "Name": "Memorial Fund"
  }
]

HTTP Response Codes

Code Description
200 OK. Success
400 Bad request