TriPOSCloudConfigurations Test
ReferenceData/TriPOSCloudConfigurations
Create a new TriPOS Cloud configuration.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/TriPOSCloudConfigurations

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : TriPOSCloudConfiguration

Request object type TriPOSCloudConfiguration has the following properties.
Property Name Data Type Length Required Readonly Notes
ConfigSetting string 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
Inactive boolean Y
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "ConfigSetting": "sample string 1",
  "CreatedDateTime": "2025-04-24T08:19:18.4517202-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "Description": "sample string 4",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T08:19:18.4517202-07:00",
  "UpdatedBy": "sample string 5",
  "Inactive": true
}
<TriPOSCloudConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ConfigSetting>sample string 1</ConfigSetting>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T08:19:18.4517202-07:00</CreatedDateTime>
  <Description>sample string 4</Description>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <UpdatedBy>sample string 5</UpdatedBy>
  <UpdatedDateTime>2025-04-24T08:19:18.4517202-07:00</UpdatedDateTime>
</TriPOSCloudConfiguration>

Response object type : TriPOSCloudConfiguration

Response object type TriPOSCloudConfiguration has the following properties.
Property Name Data Type Length Required Readonly Notes
ConfigSetting string 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
Inactive boolean Y
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "ConfigSetting": "sample string 1",
  "CreatedDateTime": "2025-04-24T08:19:18.4517202-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "Description": "sample string 4",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T08:19:18.4517202-07:00",
  "UpdatedBy": "sample string 5",
  "Inactive": true
}
<TriPOSCloudConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ConfigSetting>sample string 1</ConfigSetting>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T08:19:18.4517202-07:00</CreatedDateTime>
  <Description>sample string 4</Description>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <UpdatedBy>sample string 5</UpdatedBy>
  <UpdatedDateTime>2025-04-24T08:19:18.4517202-07:00</UpdatedDateTime>
</TriPOSCloudConfiguration>
Change Version Description Contract Old New
Resource Added 15.0.0 New resource added. TriPOSCloudConfigurations