DonationForm
Fields
- FormId
- nonNegativeInteger
- A system-generated unique identifier for the Donation Form
- CampaignId
- nonNegativeInteger
- References the system-generated value identifying the Campaign to which this Donation Form applies
- Title
- string
- A descriptive name assigned to the Donation Form by the system administrator when it was created
- Description
- string
- Description of this donation form
- IsPublished
- boolean
- Form status: true if published
- IsArchived
- boolean
- Form status: true if archived
- IsOffline
- boolean
- True if offline donations can be recorded through this form
- PublishDate
- dateTime
- Publication date of the form
- UnpublishDate
- dateTime
- Expiration date of the form
- CreationDate
- dateTime
- Timestamp indicating when the record was created
- CreatedBy
- nonNegativeInteger
- Constituent who created the record
- ModifyDate
- dateTime
- Timestamp indicating when the record was last changed
- LastChangeBy
- nonNegativeInteger
- Constituent who last modified the record
- AdminSecurityCategoryId
- nonNegativeInteger
- Unique ID of the Administrative Security Category associated with this donation form
- UserSecurityCategoryId
- nonNegativeInteger
- Unique ID of the User Security Category associated with this donation form
- OriginSourceCode
- string
- Origin source code for this donation form
- OriginSubsourceCode
- string
- Origin subsource code for this donation form
- InteractionMode
- string
- Return results based on whether the donation is online, offline, or either. Possible values include: ONLINE_ONLY, OFFLINE_ONLY, or ONLINE_OFFLINE.