PATCH /companies/{companyId}/campaignManagement/{donationCampaignId}

Updates the properties of the donation campaign specified in the path. Note the following restrictions:

To make this request, your API credential must have the following role:

Servers

Path parameters

Name Type Required Description
companyId String Yes

The unique identifier of the company account.

donationCampaignId String Yes

The unique identifier of the donation campaign to be updated.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
online Object No

The settings for online donations collected as part of the campaign.

name String No

The name of the donation campaign.

accountHolderIds[] Array No

The unique identifiers of the account holders associated with the donation campaign.

inPerson Object No

The settings for in-person donations collected as part of the campaign.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.