Skip to main content
PATCH
Bulk Update Projects

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string
name
string

The internal name of the project.

projectCode
string

The code that identifies the project.

onlineDisplayName
string

The project name shown to donors online.

description
string

A free-text description of the record.

financialNeedAmount
string

The funding goal for the project.

beginningBalance
string

The project balance at the start of the reporting period.

currentBalance
string

The current project balance.

type
string

The project type. Must match a project type configured for the organization.

startDate
string

The date the project starts.

endDate
string

The date the project ends.

customFields
string

Custom field values to set on the record. Field names must match custom fields configured for the organization.

Response

OK

The response is of type string.

Last modified on July 24, 2026