Skip to main content
PUT
Update a Tribute

Authorizations

Authorization
string
header
required

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

Path Parameters

tributeId
string
required

(Required) The tribute identifier.

Body

application/json
tributeType
string

Whether the gift is given In Honor Of or In Memory Of the tribute.

firstName
string

The first name of the individual.

lastName
string

The last name of the individual.

address1
string

The first line of the street address.

address2
string

The second line of the street address.

city
string

The city of the address.

state
string

The state or province of the address.

postalCode
string

The postal or ZIP code of the address.

contactIndividualId
string

The identifier of the contact individual this record belongs to.

defaultAcknowledgeeIndividualId
string

Response

OK

id
string

The unique identifier of the record in Virtuous.

tributeType
string
firstName
string
lastName
string
address1
string
address2
string
city
string
state
string
postalCode
string
defaultAcknowledgeeIndividualId
string
defaultAcknowledgeeIndividualUrl
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.

Last modified on August 11, 2026