TDV Adapter for Blackbaud Raisers Edge NXT

Build 22.0.8383

ParticipantFees

Returns a list of fees for a participant.

Table Specific Information

Select

The adapter will use the Blackbaud Raiser's Edge NXT API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the adapter.
Note: ParticipantId is required in order to query ParticipantFees.

  • ParticipantId supports the '=' operator.
For example:
	SELECT * FROM ParticipantFees WHERE ParticipantId = '197'

Columns

Name Type References Description
Id [KEY] String The ID of the participant fee.
ParticipantId String

EventParticipants.Id

The ID of the record that the participant fee is linked to.
DateD Integer The day in the fuzzy date.
DateM Integer The month in the fuzzy date.
DateY Integer The year in the fuzzy date.
EventFeeContributionAmount Integer The tax deductible amount for this fee.
EventFeeCost Double The fee's cost.
EventFeeEventId String The ID of the event the fee is linked to.
EventFeeId String The ID of the event fee.
EventFeeName String The name of the event fee.
EventFeeNumberSold Integer The number of fees sold.
FeeAmount Double The amount of the participant fee.
Quantity Integer The quantity purchased.
TaxReceiptableAmount Integer The tax receiptable amount of the participant fee.

Copyright (c) 2022 CData Software, Inc. - All rights reserved.
Build 22.0.8383