Http Verb | PUT |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/AffiliationTypes/{id} |
URI Parameters
|
Request BodyRequest object type : AffiliationType
|
{
"ControlGroup": {
"Description": "sample string 1",
"Id": 2,
"Inactive": true
},
"CreatedDateTime": "2025-04-24T04:22:36.4988826-07:00",
"CreatedBy": "sample string 1",
"CreateLocation": "sample string 2",
"Description": "sample string 3",
"Id": 1,
"Inactive": true,
"UseSalary": true,
"UseTitle": true,
"IsAllowedToTransactDefault": true,
"IsIncludedInSearchResultsDefault": true,
"UpdatedBy": "sample string 8",
"UpdatedDateTime": "2025-04-24T04:22:36.4988826-07:00",
"RelationshipCategory": {
"Description": "sample string 1",
"Id": 1,
"Inactive": true
}
}
<AffiliationType xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ControlGroup>
<Description>sample string 1</Description>
<Id>2</Id>
<Inactive>true</Inactive>
</ControlGroup>
<CreateLocation>sample string 2</CreateLocation>
<CreatedBy>sample string 1</CreatedBy>
<CreatedDateTime>2025-04-24T04:22:36.4988826-07:00</CreatedDateTime>
<Description>sample string 3</Description>
<Id>1</Id>
<Inactive>true</Inactive>
<IsAllowedToTransactDefault>true</IsAllowedToTransactDefault>
<IsIncludedInSearchResultsDefault>true</IsIncludedInSearchResultsDefault>
<RelationshipCategory>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</RelationshipCategory>
<UpdatedBy>sample string 8</UpdatedBy>
<UpdatedDateTime>2025-04-24T04:22:36.4988826-07:00</UpdatedDateTime>
<UseSalary>true</UseSalary>
<UseTitle>true</UseTitle>
</AffiliationType>
Response object type : AffiliationType
Response object type AffiliationType has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
ControlGroup | ControlGroupSummary | Y | |||
FK: TR_CONTROL_GROUP.id   Resource: ControlGroups | |||||
CreatedBy | string | N | Non-updatable | ||
CreatedDateTime | date | N | Non-updatable | ||
CreateLocation | string | N | Non-updatable | ||
Description | string | Y | |||
Id | integer | Y | Non-updatable | ||
Inactive | boolean | Y | |||
IsAllowedToTransactDefault | boolean | Y | |||
IsIncludedInSearchResultsDefault | boolean | Y | |||
RelationshipCategory | RelationshipCategorySummary | Y | |||
FK: TR_RELATIONSHIP_CATEGORY.id   Resource: RelationshipCategories | |||||
UpdatedBy | string | N | Auto-assigned | ||
UpdatedDateTime | date | Y | Auto-assigned | ||
UseSalary | boolean | Y | |||
UseTitle | boolean | Y |
{
"ControlGroup": {
"Description": "sample string 1",
"Id": 2,
"Inactive": true
},
"CreatedDateTime": "2025-04-24T04:22:36.4988826-07:00",
"CreatedBy": "sample string 1",
"CreateLocation": "sample string 2",
"Description": "sample string 3",
"Id": 1,
"Inactive": true,
"UseSalary": true,
"UseTitle": true,
"IsAllowedToTransactDefault": true,
"IsIncludedInSearchResultsDefault": true,
"UpdatedBy": "sample string 8",
"UpdatedDateTime": "2025-04-24T04:22:36.4988826-07:00",
"RelationshipCategory": {
"Description": "sample string 1",
"Id": 1,
"Inactive": true
}
}
<AffiliationType xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ControlGroup>
<Description>sample string 1</Description>
<Id>2</Id>
<Inactive>true</Inactive>
</ControlGroup>
<CreateLocation>sample string 2</CreateLocation>
<CreatedBy>sample string 1</CreatedBy>
<CreatedDateTime>2025-04-24T04:22:36.4988826-07:00</CreatedDateTime>
<Description>sample string 3</Description>
<Id>1</Id>
<Inactive>true</Inactive>
<IsAllowedToTransactDefault>true</IsAllowedToTransactDefault>
<IsIncludedInSearchResultsDefault>true</IsIncludedInSearchResultsDefault>
<RelationshipCategory>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</RelationshipCategory>
<UpdatedBy>sample string 8</UpdatedBy>
<UpdatedDateTime>2025-04-24T04:22:36.4988826-07:00</UpdatedDateTime>
<UseSalary>true</UseSalary>
<UseTitle>true</UseTitle>
</AffiliationType>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Parameter Changed | 15.0.0 | id has been marked as required. | Required |