Http Verb | PUT |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/ConstituentTypeAffiliates/{id} |
URI Parameters
|
Request BodyRequest object type : ConstituentTypeAffiliate
|
{
"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:46:22.1149123-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"UpdatedDateTime": "2025-04-24T04:46:22.1149123-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:46:22.1149123-07:00</CreatedDateTime>
<HouseholdPrimary>true</HouseholdPrimary>
<Id>1</Id>
<Rank>1</Rank>
<ShowWithGroup>true</ShowWithGroup>
<UpdatedBy>sample string 3</UpdatedBy>
<UpdatedDateTime>2025-04-24T04:46:22.1149123-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 | Non-updatable | ||
CreatedDateTime | date | N | Non-updatable | ||
CreateLocation | string | N | Non-updatable | ||
HouseholdPrimary | boolean | N | |||
Id | integer | Y | Non-updatable | ||
Rank | integer | N | |||
ShowWithGroup | boolean | N | |||
UpdatedBy | string | N | Auto-assigned | ||
UpdatedDateTime | date | Y | 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:46:22.1149123-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"UpdatedDateTime": "2025-04-24T04:46:22.1149123-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:46:22.1149123-07:00</CreatedDateTime>
<HouseholdPrimary>true</HouseholdPrimary>
<Id>1</Id>
<Rank>1</Rank>
<ShowWithGroup>true</ShowWithGroup>
<UpdatedBy>sample string 3</UpdatedBy>
<UpdatedDateTime>2025-04-24T04:46:22.1149123-07:00</UpdatedDateTime>
</ConstituentTypeAffiliate>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Parameter Changed | 15.0.0 | id has been marked as required. | Required |