ConstituentTypeAffiliates Test
ReferenceData/ConstituentTypeAffiliates/Summary
Get a summary representation of all constituent type affiliates.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/ConstituentTypeAffiliates/Summary

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of ConstituentTypeAffiliateSummary

Response object type Collection of ConstituentTypeAffiliateSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
AffiliationType Entity
ConstituentType Entity
HouseholdPrimary boolean
Id integer
Rank integer
ShowWithGroup boolean
[
  {
    "Id": 1,
    "ConstituentType": {
      "Id": 1
    },
    "AffiliationType": {
      "Id": 1
    },
    "HouseholdPrimary": true,
    "ShowWithGroup": true,
    "Rank": 1
  },
  {
    "Id": 1,
    "ConstituentType": {
      "Id": 1
    },
    "AffiliationType": {
      "Id": 1
    },
    "HouseholdPrimary": true,
    "ShowWithGroup": true,
    "Rank": 1
  }
]
<ConstituentTypeAffiliateSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ConstituentTypeAffiliate>
    <AffiliationType>
      <Id>1</Id>
    </AffiliationType>
    <ConstituentType>
      <Id>1</Id>
    </ConstituentType>
    <HouseholdPrimary>true</HouseholdPrimary>
    <Id>1</Id>
    <Rank>1</Rank>
    <ShowWithGroup>true</ShowWithGroup>
  </ConstituentTypeAffiliate>
  <ConstituentTypeAffiliate>
    <AffiliationType>
      <Id>1</Id>
    </AffiliationType>
    <ConstituentType>
      <Id>1</Id>
    </ConstituentType>
    <HouseholdPrimary>true</HouseholdPrimary>
    <Id>1</Id>
    <Rank>1</Rank>
    <ShowWithGroup>true</ShowWithGroup>
  </ConstituentTypeAffiliate>
</ConstituentTypeAffiliateSummaries>

No entries in change log for this operation.