IntegrationDefaults Test
ReferenceData/IntegrationDefaults/{id}
Update an existing Integration Default.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/IntegrationDefaults/{id}

URI Parameters

Parameter Name Data Type Required Notes
id integer Y

Request Body

Request object type : IntegrationDefault

Request object type IntegrationDefault has the following properties.
Property Name Data Type Length Required Readonly Notes
AccessId string 30 Y Integration-specific access id
CreatedBy string
CreatedDateTime date
CreateLocation string
DefaultValue string 100 Y The default value used by the integration process
Description string 255 N Description of the use for this default setting.
FieldName string 30 Y Name of the default
Id integer Y Unqiue id for the default Non-updatable
Integration IntegrationSummary Y The integration the default is used for
FK: TR_INTEGRATION.id   Resource: Integrations
Organization OrganizationSummary Y The organization the default applies to
FK: TR_ORGANIZATION.id   Resource: Organizations
UpdatedBy string
UpdatedDateTime date
{
  "AccessId": "sample string 1",
  "CreatedDateTime": "2025-04-24T03:59:11.2488778-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "DefaultValue": "sample string 4",
  "Description": "sample string 5",
  "FieldName": "sample string 6",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T03:59:11.2488778-07:00",
  "UpdatedBy": "sample string 7",
  "Organization": {
    "Id": 1,
    "Description": "sample string 1",
    "LicenseeAccountCode": "sample string 2"
  },
  "Integration": {
    "Id": 1,
    "Description": "sample string 1"
  }
}
<IntegrationDefault xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AccessId>sample string 1</AccessId>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T03:59:11.2488778-07:00</CreatedDateTime>
  <DefaultValue>sample string 4</DefaultValue>
  <Description>sample string 5</Description>
  <FieldName>sample string 6</FieldName>
  <Id>1</Id>
  <Integration>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </Integration>
  <Organization>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <LicenseeAccountCode>sample string 2</LicenseeAccountCode>
  </Organization>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDateTime>2025-04-24T03:59:11.2488778-07:00</UpdatedDateTime>
</IntegrationDefault>

Response object type : IntegrationDefault

Response object type IntegrationDefault has the following properties.
Property Name Data Type Length Required Readonly Notes
AccessId string 30 Y Integration-specific access id
CreatedBy string
CreatedDateTime date
CreateLocation string
DefaultValue string 100 Y The default value used by the integration process
Description string 255 N Description of the use for this default setting.
FieldName string 30 Y Name of the default
Id integer Y Unqiue id for the default Non-updatable
Integration IntegrationSummary Y The integration the default is used for
FK: TR_INTEGRATION.id   Resource: Integrations
Organization OrganizationSummary Y The organization the default applies to
FK: TR_ORGANIZATION.id   Resource: Organizations
UpdatedBy string
UpdatedDateTime date
{
  "AccessId": "sample string 1",
  "CreatedDateTime": "2025-04-24T03:59:11.2488778-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "DefaultValue": "sample string 4",
  "Description": "sample string 5",
  "FieldName": "sample string 6",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T03:59:11.2488778-07:00",
  "UpdatedBy": "sample string 7",
  "Organization": {
    "Id": 1,
    "Description": "sample string 1",
    "LicenseeAccountCode": "sample string 2"
  },
  "Integration": {
    "Id": 1,
    "Description": "sample string 1"
  }
}
<IntegrationDefault xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AccessId>sample string 1</AccessId>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T03:59:11.2488778-07:00</CreatedDateTime>
  <DefaultValue>sample string 4</DefaultValue>
  <Description>sample string 5</Description>
  <FieldName>sample string 6</FieldName>
  <Id>1</Id>
  <Integration>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </Integration>
  <Organization>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <LicenseeAccountCode>sample string 2</LicenseeAccountCode>
  </Organization>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDateTime>2025-04-24T03:59:11.2488778-07:00</UpdatedDateTime>
</IntegrationDefault>
Change Version Description Contract Old New
Property Added 15.1.6 Integration has been added to IntegrationDefault IntegrationDefault IntegrationDefault.Integration
Property Added 15.1.6 Integration has been added to IntegrationDefault IntegrationDefault IntegrationDefault.Integration
Resource Added 15.1.3 New resource added. IntegrationDefaults