AppScreenTexts Test
ReferenceData/AppScreenTexts
Create or update a new App Screen Text.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/AppScreenTexts

URI Parameters

This resource has no URI (Query) parameters.

The new resource to be updated/created.

Request Body

Request object type : AppScreenText

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

Response object type : AppScreenText

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

No entries in change log for this operation.