Diagnostics Test
Diagnostics/{diagnosticId}
Dummy end point to check availability of HTTP PUT.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Diagnostics/{diagnosticId}

URI Parameters

Parameter Name Data Type Required Notes
diagnosticId integer Y

Request Body

Request object type : Diagnostic

Request object type Diagnostic has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string
CreatedDateTime date
Description string
Id integer
UpdatedBy string
UpdatedDateTime date
{
  "Description": "sample string 1",
  "Id": 2,
  "UpdatedDateTime": "2025-04-24T05:05:36.9452325-07:00",
  "UpdatedBy": "sample string 3",
  "CreatedDateTime": "2025-04-24T05:05:36.9452325-07:00",
  "CreatedBy": "sample string 4"
}
<Diagnostic xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreatedBy>sample string 4</CreatedBy>
  <CreatedDateTime>2025-04-24T05:05:36.9452325-07:00</CreatedDateTime>
  <Description>sample string 1</Description>
  <Id>2</Id>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:05:36.9452325-07:00</UpdatedDateTime>
</Diagnostic>

Response object type : Diagnostic

Response object type Diagnostic has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string
CreatedDateTime date
Description string
Id integer
UpdatedBy string
UpdatedDateTime date
{
  "Description": "sample string 1",
  "Id": 2,
  "UpdatedDateTime": "2025-04-24T05:05:36.9452325-07:00",
  "UpdatedBy": "sample string 3",
  "CreatedDateTime": "2025-04-24T05:05:36.9452325-07:00",
  "CreatedBy": "sample string 4"
}
<Diagnostic xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreatedBy>sample string 4</CreatedBy>
  <CreatedDateTime>2025-04-24T05:05:36.9452325-07:00</CreatedDateTime>
  <Description>sample string 1</Description>
  <Id>2</Id>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:05:36.9452325-07:00</UpdatedDateTime>
</Diagnostic>
Change Version Description Contract Old New
Parameter Added 15.0.0 diagnosticId has changed from String to int String int
Parameter Changed 15.0.0 diagnosticId has been marked as required. Required