Philanthropy Test
CRM/Philanthropy/{philanthropyEntryId}
Get details of an philanthropyEntry.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/Philanthropy/{philanthropyEntryId}

URI Parameters

Parameter Name Data Type Required Notes
philanthropyEntryId integer N

Request Body

None.

No request body.

Response object type : PhilanthropyEntry

Response object type PhilanthropyEntry has the following properties.
Property Name Data Type Length Required Readonly Notes
Activity string N
Amount decimal number N
Constituent ConstituentDisplaySummary N
FK: T_CUSTOMER.customer_no   Resource: Constituents
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
DonatedTo string N
DonatedToConstituent ConstituentDisplaySummary N
FK: T_CUSTOMER.customer_no   Resource: Constituents
DonationDateTime date N
Id integer N
PhilanthropyType PhilanthropyTypeSummary N
FK: TR_PHILANTHROPY.id   Resource: PhilanthropyTypes
UpdatedBy string N
UpdatedDateTime date N
{
  "Activity": "sample string 1",
  "Amount": 1.0,
  "CreatedDateTime": "2025-04-24T05:30:29.441983-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "Id": 1,
  "DonatedTo": "sample string 4",
  "DonationDateTime": "2025-04-24T05:30:29.441983-07:00",
  "UpdatedDateTime": "2025-04-24T05:30:29.441983-07:00",
  "UpdatedBy": "sample string 5",
  "Constituent": {
    "Id": 1,
    "SortName": "sample string 1",
    "DisplayName": "sample string 2"
  },
  "DonatedToConstituent": {
    "Id": 1,
    "SortName": "sample string 1",
    "DisplayName": "sample string 2"
  },
  "PhilanthropyType": {
    "Id": 1,
    "Description": "sample string 1"
  }
}
<PhilanthropyEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Activity>sample string 1</Activity>
  <Amount>1</Amount>
  <Constituent>
    <DisplayName>sample string 2</DisplayName>
    <Id>1</Id>
    <SortName>sample string 1</SortName>
  </Constituent>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T05:30:29.441983-07:00</CreatedDateTime>
  <DonatedTo>sample string 4</DonatedTo>
  <DonatedToConstituent>
    <DisplayName>sample string 2</DisplayName>
    <Id>1</Id>
    <SortName>sample string 1</SortName>
  </DonatedToConstituent>
  <DonationDateTime>2025-04-24T05:30:29.441983-07:00</DonationDateTime>
  <Id>1</Id>
  <PhilanthropyType>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </PhilanthropyType>
  <UpdatedBy>sample string 5</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:30:29.441983-07:00</UpdatedDateTime>
</PhilanthropyEntry>
Change Version Description Contract Old New
Resource Added 15.1.0 New resource added. Philanthropy