POST api/fundraisers/getAll

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Fundraiser
NameDescriptionTypeAdditional information
Fundraiser_ID

string

None.

Fundraiser_Type

boolean

None.

Fundraiser_Name

string

None.

Fundraiser_Area

string

None.

Members

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Fundraiser_ID": "sample string 1",
    "Fundraiser_Type": true,
    "Fundraiser_Name": "sample string 3",
    "Fundraiser_Area": "sample string 4",
    "Members": "sample string 5"
  },
  {
    "Fundraiser_ID": "sample string 1",
    "Fundraiser_Type": true,
    "Fundraiser_Name": "sample string 3",
    "Fundraiser_Area": "sample string 4",
    "Members": "sample string 5"
  }
]