NOTE: Gift Aid functionality is for use by UK organisations only. Gift Aid payments are updated by a trigger on T_GIFTAID_DECLARATION after the declaration is updated or inserted. Changes in eligibility periods will affect other gift aid payments than the current cart based upon the system rules.
| Http Verb | Operation | ||
|---|---|---|---|
| GET | Method: Get, URL: CRM/GiftAidDeclarations/{giftAidDeclarationId} | Test | |
|
Gets a single Gift Aid Declaration. |
|||
| GET | Method: GetAll, URL: CRM/GiftAidDeclarations?constituentId={constituentId}&includeAffiliations={includeAffiliations} | Test | |
|
Gets all Gift Aid Declarations for a provided constituent including primary affiliates by default. |
|||
| POST | Method: Create, URL: CRM/GiftAidDeclarations | Test | |
|
Creates a Gift Aid Declaration. |
|||
| PUT | Method: Update, URL: CRM/GiftAidDeclarations/{giftAidDeclarationId} | Test | |
|
Update a Gift Aid Declaration. |
|||
| DELETE | Method: Delete, URL: CRM/GiftAidDeclarations/{giftAidDeclarationId} | Test | |
|
Delete a Gift Aid Declaration. |
|||