CampaignFunds Test
Finance/CampaignFunds
Create a new Fund association to a Campaign.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Finance/CampaignFunds

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : CampaignFund

Request object type CampaignFund has the following properties.
Property Name Data Type Length Required Readonly Notes
Campaign CampaignSummary Y
FK: T_CAMPAIGN.campaign_no   Resource: Campaigns
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
EditIndicator boolean
EndDateTime date N
Fund FundSummary Y
FK: T_FUND.fund_no   Resource: Funds
GoalAmount decimal number N
Id integer N Auto-assigned
StartDateTime date Y
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "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:08:03.9993692-07:00",
  "EndDateTime": "2025-04-24T05:08:03.9993692-07:00",
  "GoalAmount": 1.0,
  "CreatedDateTime": "2025-04-24T05:08:03.9993692-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "UpdatedDateTime": "2025-04-24T05:08:03.9993692-07:00",
  "UpdatedBy": "sample string 3",
  "EditIndicator": true
}
<CampaignFund xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <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:08:03.9993692-07:00</CreatedDateTime>
  <EditIndicator>true</EditIndicator>
  <EndDateTime>2025-04-24T05:08:03.9993692-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:08:03.9993692-07:00</StartDateTime>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:08:03.9993692-07:00</UpdatedDateTime>
</CampaignFund>

Response object type : CampaignFund

Response object type CampaignFund has the following properties.
Property Name Data Type Length Required Readonly Notes
Campaign CampaignSummary Y
FK: T_CAMPAIGN.campaign_no   Resource: Campaigns
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
EditIndicator boolean
EndDateTime date N
Fund FundSummary Y
FK: T_FUND.fund_no   Resource: Funds
GoalAmount decimal number N
Id integer N Auto-assigned
StartDateTime date Y
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "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:08:03.9993692-07:00",
  "EndDateTime": "2025-04-24T05:08:03.9993692-07:00",
  "GoalAmount": 1.0,
  "CreatedDateTime": "2025-04-24T05:08:03.9993692-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "UpdatedDateTime": "2025-04-24T05:08:03.9993692-07:00",
  "UpdatedBy": "sample string 3",
  "EditIndicator": true
}
<CampaignFund xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <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:08:03.9993692-07:00</CreatedDateTime>
  <EditIndicator>true</EditIndicator>
  <EndDateTime>2025-04-24T05:08:03.9993692-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:08:03.9993692-07:00</StartDateTime>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:08:03.9993692-07:00</UpdatedDateTime>
</CampaignFund>
Change Version Description Contract Old New
Property Added 15.0.0 GoalAmount has been added to CampaignFund CampaignFund CampaignFund.GoalAmount
Property Added 15.0.0 GoalAmount has been added to CampaignFund CampaignFund CampaignFund.GoalAmount