ConstituentTypeAffiliates Test
ReferenceData/ConstituentTypeAffiliates
Create a new constituent type affiliate.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/ConstituentTypeAffiliates

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : ConstituentTypeAffiliate

Request object type ConstituentTypeAffiliate has the following properties.
Property Name Data Type Length Required Readonly Notes
AffiliationType AffiliationTypeSummary Y
FK: TR_AFFILIATION_TYPE.id   Resource: AffiliationTypes
ConstituentType ConstituentTypeSummary Y
FK: TR_CUST_TYPE.id   Resource: ConstituentTypes
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
HouseholdPrimary boolean N
Id integer N Auto-assigned
Rank integer N
ShowWithGroup boolean N
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "Id": 1,
  "ConstituentType": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "ConstituentGroup": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    }
  },
  "AffiliationType": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "UseSalary": true,
    "UseTitle": true,
    "IsIncludedInSearchResultsDefault": true,
    "RelationshipCategory": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    }
  },
  "HouseholdPrimary": true,
  "ShowWithGroup": true,
  "Rank": 1,
  "CreatedDateTime": "2025-04-24T04:39:35.936602-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "UpdatedDateTime": "2025-04-24T04:39:35.936602-07:00",
  "UpdatedBy": "sample string 3"
}
<ConstituentTypeAffiliate xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AffiliationType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <IsIncludedInSearchResultsDefault>true</IsIncludedInSearchResultsDefault>
    <RelationshipCategory>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </RelationshipCategory>
    <UseSalary>true</UseSalary>
    <UseTitle>true</UseTitle>
  </AffiliationType>
  <ConstituentType>
    <ConstituentGroup>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </ConstituentGroup>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </ConstituentType>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T04:39:35.936602-07:00</CreatedDateTime>
  <HouseholdPrimary>true</HouseholdPrimary>
  <Id>1</Id>
  <Rank>1</Rank>
  <ShowWithGroup>true</ShowWithGroup>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:39:35.936602-07:00</UpdatedDateTime>
</ConstituentTypeAffiliate>

Response object type : ConstituentTypeAffiliate

Response object type ConstituentTypeAffiliate has the following properties.
Property Name Data Type Length Required Readonly Notes
AffiliationType AffiliationTypeSummary Y
FK: TR_AFFILIATION_TYPE.id   Resource: AffiliationTypes
ConstituentType ConstituentTypeSummary Y
FK: TR_CUST_TYPE.id   Resource: ConstituentTypes
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
HouseholdPrimary boolean N
Id integer N Auto-assigned
Rank integer N
ShowWithGroup boolean N
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "Id": 1,
  "ConstituentType": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "ConstituentGroup": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    }
  },
  "AffiliationType": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "UseSalary": true,
    "UseTitle": true,
    "IsIncludedInSearchResultsDefault": true,
    "RelationshipCategory": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    }
  },
  "HouseholdPrimary": true,
  "ShowWithGroup": true,
  "Rank": 1,
  "CreatedDateTime": "2025-04-24T04:39:35.9522326-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "UpdatedDateTime": "2025-04-24T04:39:35.9522326-07:00",
  "UpdatedBy": "sample string 3"
}
<ConstituentTypeAffiliate xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AffiliationType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <IsIncludedInSearchResultsDefault>true</IsIncludedInSearchResultsDefault>
    <RelationshipCategory>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </RelationshipCategory>
    <UseSalary>true</UseSalary>
    <UseTitle>true</UseTitle>
  </AffiliationType>
  <ConstituentType>
    <ConstituentGroup>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </ConstituentGroup>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </ConstituentType>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T04:39:35.9522326-07:00</CreatedDateTime>
  <HouseholdPrimary>true</HouseholdPrimary>
  <Id>1</Id>
  <Rank>1</Rank>
  <ShowWithGroup>true</ShowWithGroup>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:39:35.9522326-07:00</UpdatedDateTime>
</ConstituentTypeAffiliate>

No entries in change log for this operation.