Constituents Test
CRM/Constituents/{constituentId}/DevelopmentInfo
Get constituent information for fundraising.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/Constituents/{constituentId}/DevelopmentInfo

URI Parameters

Parameter Name Data Type Required Notes
constituentId integer Y

Request Body

None.

No request body.

Response object type : ConstituentDevelopmentInfo

Response object type ConstituentDevelopmentInfo has the following properties.
Property Name Data Type Length Required Readonly Notes
Constituencies string
CurrentStatus string
Id integer
LastContributionAmount decimal number
LastContributionDate date
LastContributionFund string
LastContributionReceived decimal number
LastYearContribution decimal number
MembershipExpiration date
MembershipLevel string
{
  "Id": 1,
  "Constituencies": "sample string 1",
  "MembershipLevel": "sample string 2",
  "CurrentStatus": "sample string 3",
  "MembershipExpiration": "2025-04-24T09:39:06.1789236-07:00",
  "LastContributionAmount": 1.0,
  "LastContributionReceived": 1.0,
  "LastContributionDate": "2025-04-24T09:39:06.1789236-07:00",
  "LastContributionFund": "sample string 4",
  "LastYearContribution": 1.0
}
<ConstituentDevelopmentInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Constituencies>sample string 1</Constituencies>
  <CurrentStatus>sample string 3</CurrentStatus>
  <Id>1</Id>
  <LastContributionAmount>1</LastContributionAmount>
  <LastContributionDate>2025-04-24T09:39:06.1789236-07:00</LastContributionDate>
  <LastContributionFund>sample string 4</LastContributionFund>
  <LastContributionReceived>1</LastContributionReceived>
  <LastYearContribution>1</LastYearContribution>
  <MembershipExpiration>2025-04-24T09:39:06.1789236-07:00</MembershipExpiration>
  <MembershipLevel>sample string 2</MembershipLevel>
</ConstituentDevelopmentInfo>
Change Version Description Contract Old New
Parameter Changed 15.0.0 constituentId has been marked as required. Required