ContactPointCategories Test
ReferenceData/ContactPointCategories
Create a new contact point category.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/ContactPointCategories

URI Parameters

This resource has no URI (Query) parameters.

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 Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
Description string 30 Y
Id integer N Auto-assigned
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "CreatedDateTime": "2025-04-24T04:18:58.7491046-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:18:58.7491046-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:18:58.7491046-07:00</CreatedDateTime>
  <Description>sample string 5</Description>
  <Id>1</Id>
  <UpdatedBy>sample string 6</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:18:58.7491046-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 Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
Description string 30 Y
Id integer N Auto-assigned
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "CreatedDateTime": "2025-04-24T04:18:58.7491046-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:18:58.7491046-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:18:58.7491046-07:00</CreatedDateTime>
  <Description>sample string 5</Description>
  <Id>1</Id>
  <UpdatedBy>sample string 6</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:18:58.7491046-07:00</UpdatedDateTime>
</ContactPointCategory>

No entries in change log for this operation.