This resource provides the ability to fetch summary data for constituent giving generated by the Cumulative Giving Summary Receipt Utility. This utility creates summaries of giving for a defined period of time and is most often used to generate Year End Tax Receipts. This utility must have been run in an update mode for data to be available to these resources. Each run of the utility generates a unique session for a set of constituents.
Http Verb | Operation | ||
---|---|---|---|
GET | Method: Get, URL: CRM/CumulativeGivingReceipts/{cumulativeGivingReceiptId} | Test | |
Get details of an cumulativeGivingReceipt. |
|||
GET | Method: GetAll, URL: CRM/CumulativeGivingReceipts?constituentId={constituentId}&includeAffiliations={includeAffiliations} | Test | |
Get Cumulative Giving Receipts for the specified constituent id and affiliation Cumulative Giving Receipts as well. To exclude receipts of the visible affiliations pass includeAffiliations=false. |
|||
GET | Method: GetForSession, URL: CRM/CumulativeGivingReceipts/ForSession?constituentId={constituentId}&sessionId={sessionId} | Test | |
To retrieve a specific receipt for a session, pass sessionId and constituentId. |