CampaignFunds Test
Finance/CampaignFunds?campaignId={campaignId}&asOfDateTime={asOfDateTime}
Get all Funds associated to a Campaign.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Finance/CampaignFunds?campaignId={campaignId}&asOfDateTime={asOfDateTime}

URI Parameters

Parameter Name Data Type Required Notes
campaignId integer N
asOfDateTime date N

Request Body

None.

No request body.

Response object type : Collection of CampaignFund

Response object type Collection of CampaignFund has the following properties.
Property Name Data Type Length Required Readonly Notes
Campaign CampaignSummary N
FK: T_CAMPAIGN.campaign_no   Resource: Campaigns
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
EditIndicator boolean
EndDateTime date N
Fund FundSummary N
FK: T_FUND.fund_no   Resource: Funds
GoalAmount decimal number N
Id integer N
StartDateTime date N
UpdatedBy string N
UpdatedDateTime date N
[
  {
    "Id": 1,
    "Campaign": {
      "Id": 1,
      "Description": "sample string 1",
      "FYear": 1,
      "Inactive": true,
      "MembershipOrganization": {
        "Description": "sample string 1",
        "Id": 1,
        "EditIndicator": true
      }
    },
    "Fund": {
      "Description": "sample string 1",
      "Id": 1,
      "BusinessUnitId": 1,
      "Inactive": true,
      "TicketingIndicator": true,
      "EditIndicator": true,
      "ConstituencyId": 3
    },
    "StartDateTime": "2025-04-24T05:12:11.7335982-07:00",
    "EndDateTime": "2025-04-24T05:12:11.7335982-07:00",
    "GoalAmount": 1.0,
    "CreatedDateTime": "2025-04-24T05:12:11.7335982-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "UpdatedDateTime": "2025-04-24T05:12:11.7335982-07:00",
    "UpdatedBy": "sample string 3",
    "EditIndicator": true
  },
  {
    "Id": 1,
    "Campaign": {
      "Id": 1,
      "Description": "sample string 1",
      "FYear": 1,
      "Inactive": true,
      "MembershipOrganization": {
        "Description": "sample string 1",
        "Id": 1,
        "EditIndicator": true
      }
    },
    "Fund": {
      "Description": "sample string 1",
      "Id": 1,
      "BusinessUnitId": 1,
      "Inactive": true,
      "TicketingIndicator": true,
      "EditIndicator": true,
      "ConstituencyId": 3
    },
    "StartDateTime": "2025-04-24T05:12:11.7335982-07:00",
    "EndDateTime": "2025-04-24T05:12:11.7335982-07:00",
    "GoalAmount": 1.0,
    "CreatedDateTime": "2025-04-24T05:12:11.7335982-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "UpdatedDateTime": "2025-04-24T05:12:11.7335982-07:00",
    "UpdatedBy": "sample string 3",
    "EditIndicator": true
  }
]
<CampaignFunds xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CampaignFund>
    <Campaign>
      <Description>sample string 1</Description>
      <FYear>1</FYear>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <MembershipOrganization>
        <Description>sample string 1</Description>
        <EditIndicator>true</EditIndicator>
        <Id>1</Id>
      </MembershipOrganization>
    </Campaign>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T05:12:11.7335982-07:00</CreatedDateTime>
    <EditIndicator>true</EditIndicator>
    <EndDateTime>2025-04-24T05:12:11.7335982-07:00</EndDateTime>
    <Fund>
      <BusinessUnitId>1</BusinessUnitId>
      <ConstituencyId>3</ConstituencyId>
      <Description>sample string 1</Description>
      <EditIndicator>true</EditIndicator>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <TicketingIndicator>true</TicketingIndicator>
    </Fund>
    <GoalAmount>1</GoalAmount>
    <Id>1</Id>
    <StartDateTime>2025-04-24T05:12:11.7335982-07:00</StartDateTime>
    <UpdatedBy>sample string 3</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:12:11.7335982-07:00</UpdatedDateTime>
  </CampaignFund>
  <CampaignFund>
    <Campaign>
      <Description>sample string 1</Description>
      <FYear>1</FYear>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <MembershipOrganization>
        <Description>sample string 1</Description>
        <EditIndicator>true</EditIndicator>
        <Id>1</Id>
      </MembershipOrganization>
    </Campaign>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T05:12:11.7335982-07:00</CreatedDateTime>
    <EditIndicator>true</EditIndicator>
    <EndDateTime>2025-04-24T05:12:11.7335982-07:00</EndDateTime>
    <Fund>
      <BusinessUnitId>1</BusinessUnitId>
      <ConstituencyId>3</ConstituencyId>
      <Description>sample string 1</Description>
      <EditIndicator>true</EditIndicator>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <TicketingIndicator>true</TicketingIndicator>
    </Fund>
    <GoalAmount>1</GoalAmount>
    <Id>1</Id>
    <StartDateTime>2025-04-24T05:12:11.7335982-07:00</StartDateTime>
    <UpdatedBy>sample string 3</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:12:11.7335982-07:00</UpdatedDateTime>
  </CampaignFund>
</CampaignFunds>
Change Version Description Contract Old New
Property Added 15.0.0 GoalAmount has been added to CampaignFund CampaignFund CampaignFund.GoalAmount