POST api/fundraisers/delete

Request Information

URI Parameters

None.

Body Parameters

Fundraiser
NameDescriptionTypeAdditional information
Fundraiser_ID

string

None.

Fundraiser_Type

boolean

None.

Fundraiser_Name

string

None.

Fundraiser_Area

string

None.

Members

string

None.

Request 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"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true