Constituents Test
CRM/Constituents/{constituentId}/Header/Flex/{headerId}
Get the details of a flex header for a constituent
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/Constituents/{constituentId}/Header/Flex/{headerId}

URI Parameters

Parameter Name Data Type Required Notes
constituentId integer Y
headerId integer N

Request Body

None.

No request body.

Response object type : FlexHeader

Response object type FlexHeader has the following properties.
Property Name Data Type Length Required Readonly Notes
AllConst string
ConstituentGroupId integer
ConstituentId integer
ConstituentTypeId integer
FullName1 string
FullName2 string
Ico09 string
Ico10 string
Ico11 string
Ico12 string
Inactive string
Values Collection of NameValue
WorkerInd string
{
  "ConstituentId": 1,
  "FullName1": "sample string 2",
  "FullName2": "sample string 3",
  "AllConst": "sample string 4",
  "Inactive": "sample string 5",
  "ConstituentTypeId": 6,
  "ConstituentGroupId": 7,
  "Ico09": "sample string 8",
  "Ico10": "sample string 9",
  "Ico11": "sample string 10",
  "Ico12": "sample string 11",
  "WorkerInd": "sample string 12",
  "Values": [
    {
      "Name": "sample string 1",
      "Value": "sample string 2"
    },
    {
      "Name": "sample string 1",
      "Value": "sample string 2"
    }
  ]
}
<FlexHeader xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AllConst>sample string 4</AllConst>
  <ConstituentGroupId>7</ConstituentGroupId>
  <ConstituentId>1</ConstituentId>
  <ConstituentTypeId>6</ConstituentTypeId>
  <FullName1>sample string 2</FullName1>
  <FullName2>sample string 3</FullName2>
  <Ico09>sample string 8</Ico09>
  <Ico10>sample string 9</Ico10>
  <Ico11>sample string 10</Ico11>
  <Ico12>sample string 11</Ico12>
  <Inactive>sample string 5</Inactive>
  <Values>
    <NameValue>
      <Name>sample string 1</Name>
      <Value>sample string 2</Value>
    </NameValue>
    <NameValue>
      <Name>sample string 1</Name>
      <Value>sample string 2</Value>
    </NameValue>
  </Values>
  <WorkerInd>sample string 12</WorkerInd>
</FlexHeader>
Change Version Description Contract Old New
Parameter Changed 15.0.0 constituentId has been marked as required. Required