Interests Test
CRM/Interests
Create a new interest associating an interest type to a constituent.

For bulk interest edits, consider the CRM/Interests/CreateOrUpdate batching resource which allows multiple interests to be created, updated, or removed in a single request.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/Interests

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : Interest

Request object type Interest has the following properties.
Property Name Data Type Length Required Readonly Notes
Constituent Entity Y Constituent that the Interest is associated.
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
EditIndicator boolean N readonly Whether this interest is editable based on control group permission.
Id integer N Auto-assigned
InterestType InterestTypeSummary Y Type of the interest. Only one entity of this type may be created per constituent.
FK: TR_TKW.id   Resource: InterestTypes
Selected boolean N Typically indicates a selection that the constituent has made.
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
Weight integer N A value weighting the constituent's association to this interest type, complementing or in opposition to their indicated selections.
{
  "InterestType": {
    "Description": "sample string 1",
    "Id": 1,
    "UsedIn": "sample string 2",
    "Category": {
      "Description": "sample string 1",
      "Id": 1
    },
    "ControlGroup": {
      "Description": "sample string 1",
      "Id": 2,
      "Inactive": true
    }
  },
  "Constituent": {
    "Id": 1
  },
  "CreatedDateTime": "2025-04-24T05:09:45.2961896-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T05:09:45.2961896-07:00",
  "UpdatedBy": "sample string 3",
  "Selected": true,
  "Weight": 1,
  "EditIndicator": true
}
<Interest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Constituent>
    <Id>1</Id>
  </Constituent>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:09:45.2961896-07:00</CreatedDateTime>
  <EditIndicator>true</EditIndicator>
  <Id>1</Id>
  <InterestType>
    <Category>
      <Description>sample string 1</Description>
      <Id>1</Id>
    </Category>
    <ControlGroup>
      <Description>sample string 1</Description>
      <Id>2</Id>
      <Inactive>true</Inactive>
    </ControlGroup>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <UsedIn>sample string 2</UsedIn>
  </InterestType>
  <Selected>true</Selected>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:09:45.2961896-07:00</UpdatedDateTime>
  <Weight>1</Weight>
</Interest>

Response object type : Interest

Response object type Interest has the following properties.
Property Name Data Type Length Required Readonly Notes
Constituent Entity Y Constituent that the Interest is associated.
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
EditIndicator boolean N readonly Whether this interest is editable based on control group permission.
Id integer N Auto-assigned
InterestType InterestTypeSummary Y Type of the interest. Only one entity of this type may be created per constituent.
FK: TR_TKW.id   Resource: InterestTypes
Selected boolean N Typically indicates a selection that the constituent has made.
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
Weight integer N A value weighting the constituent's association to this interest type, complementing or in opposition to their indicated selections.
{
  "InterestType": {
    "Description": "sample string 1",
    "Id": 1,
    "UsedIn": "sample string 2",
    "Category": {
      "Description": "sample string 1",
      "Id": 1
    },
    "ControlGroup": {
      "Description": "sample string 1",
      "Id": 2,
      "Inactive": true
    }
  },
  "Constituent": {
    "Id": 1
  },
  "CreatedDateTime": "2025-04-24T05:09:45.2961896-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T05:09:45.2961896-07:00",
  "UpdatedBy": "sample string 3",
  "Selected": true,
  "Weight": 1,
  "EditIndicator": true
}
<Interest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Constituent>
    <Id>1</Id>
  </Constituent>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:09:45.2961896-07:00</CreatedDateTime>
  <EditIndicator>true</EditIndicator>
  <Id>1</Id>
  <InterestType>
    <Category>
      <Description>sample string 1</Description>
      <Id>1</Id>
    </Category>
    <ControlGroup>
      <Description>sample string 1</Description>
      <Id>2</Id>
      <Inactive>true</Inactive>
    </ControlGroup>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <UsedIn>sample string 2</UsedIn>
  </InterestType>
  <Selected>true</Selected>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:09:45.2961896-07:00</UpdatedDateTime>
  <Weight>1</Weight>
</Interest>

No entries in change log for this operation.