ContactPointCategories Test
ReferenceData/ContactPointCategories/{id}
Update an existing contact point category.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/ContactPointCategories/{id}

URI Parameters

Parameter Name Data Type Required Notes
id integer Y

Request Body

Request object type : ContactPointCategory

Request object type ContactPointCategory has the following properties.
Property Name Data Type Length Required Readonly Notes
ContactPointKey string 128 Y
ContactPointTable string 128 Y
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
Description string 30 Y
Id integer Y Non-updatable
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "CreatedDateTime": "2025-04-24T04:26:15.6397561-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "ContactPointKey": "sample string 3",
  "ContactPointTable": "sample string 4",
  "Description": "sample string 5",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T04:26:15.6397561-07:00",
  "UpdatedBy": "sample string 6"
}
<ContactPointCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ContactPointKey>sample string 3</ContactPointKey>
  <ContactPointTable>sample string 4</ContactPointTable>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T04:26:15.6397561-07:00</CreatedDateTime>
  <Description>sample string 5</Description>
  <Id>1</Id>
  <UpdatedBy>sample string 6</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:26:15.6397561-07:00</UpdatedDateTime>
</ContactPointCategory>

Response object type : ContactPointCategory

Response object type ContactPointCategory has the following properties.
Property Name Data Type Length Required Readonly Notes
ContactPointKey string 128 Y
ContactPointTable string 128 Y
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
Description string 30 Y
Id integer Y Non-updatable
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "CreatedDateTime": "2025-04-24T04:26:15.6397561-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "ContactPointKey": "sample string 3",
  "ContactPointTable": "sample string 4",
  "Description": "sample string 5",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T04:26:15.6397561-07:00",
  "UpdatedBy": "sample string 6"
}
<ContactPointCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ContactPointKey>sample string 3</ContactPointKey>
  <ContactPointTable>sample string 4</ContactPointTable>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T04:26:15.6397561-07:00</CreatedDateTime>
  <Description>sample string 5</Description>
  <Id>1</Id>
  <UpdatedBy>sample string 6</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:26:15.6397561-07:00</UpdatedDateTime>
</ContactPointCategory>
Change Version Description Contract Old New
Parameter Changed 15.0.0 id has been marked as required. Required