Constituents Test
CRM/Constituents/{constituentId}/Header/Default
Return the default header for the constituent, including configured flexible header names and values.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/Constituents/{constituentId}/Header/Default

URI Parameters

Parameter Name Data Type Required Notes
constituentId integer Y

Request Body

None.

No request body.

Response object type : ConstituentHeader

Response object type ConstituentHeader has the following properties.
Property Name Data Type Length Required Readonly Notes
AllConstituencies string
ConstituentGroupId integer
ConstituentId integer
ConstituentTypeId integer
FullName1 string
FullName2 string
HeaderElementValues Collection of HeaderElementValue
Inactive string
WorkerIndicator boolean
{
  "ConstituentId": 1,
  "FullName1": "sample string 2",
  "FullName2": "sample string 3",
  "AllConstituencies": "sample string 4",
  "Inactive": "sample string 5",
  "ConstituentTypeId": 6,
  "ConstituentGroupId": 7,
  "WorkerIndicator": true,
  "HeaderElementValues": [
    {
      "Position": 1,
      "Name": "sample string 2",
      "Value": "sample string 3",
      "Icon": "sample string 4"
    },
    {
      "Position": 1,
      "Name": "sample string 2",
      "Value": "sample string 3",
      "Icon": "sample string 4"
    }
  ]
}
<ConstituentHeader xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AllConstituencies>sample string 4</AllConstituencies>
  <ConstituentGroupId>7</ConstituentGroupId>
  <ConstituentId>1</ConstituentId>
  <ConstituentTypeId>6</ConstituentTypeId>
  <FullName1>sample string 2</FullName1>
  <FullName2>sample string 3</FullName2>
  <HeaderElementValues>
    <HeaderElementValue>
      <Icon>sample string 4</Icon>
      <Name>sample string 2</Name>
      <Position>1</Position>
      <Value>sample string 3</Value>
    </HeaderElementValue>
    <HeaderElementValue>
      <Icon>sample string 4</Icon>
      <Name>sample string 2</Name>
      <Position>1</Position>
      <Value>sample string 3</Value>
    </HeaderElementValue>
  </HeaderElementValues>
  <Inactive>sample string 5</Inactive>
  <WorkerIndicator>true</WorkerIndicator>
</ConstituentHeader>
Change Version Description Contract Old New
Operation Added 15.1.0 GetDefaultHeader has been added. GetDefaultHeader