Skip to main content
PUT
Write Off a Pledge

Authorizations

Authorization
string
header
required

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

Path Parameters

pledgeId
string
required

(Required) The pledge identifier.

Body

application/json
reason
string<style>

The reason the remaining pledge balance is being written off.

Response

OK

id
string

The unique identifier of the record in Virtuous.

contactId
string

The identifier of the contact this record belongs to.

amountPledged
string
frequency
string
pledgeDate
string
expectedFulfillmentDate
string
createDateTimeUtc
string

The UTC date and time the record was created.

createdByUser
string

The name of the user who created the record.

modifiedDateTimeUtc
string

The UTC date and time the record was last modified.

modifiedByUser
string

The name of the user who last modified the record.

segmentId
string

The identifier of the segment this record is attributed to.

segment
string
projectId
string

The identifier of the project this record is designated to.

project
string
isPrivate
string

When true, the record is only visible to users with permission to view private records.

status
string
payments
object[]
customFields
object[]

The custom field values stored on the record.

Last modified on August 11, 2026