| Http Verb | POST |
| Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Admin/UpgradeLogs |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyRequest object type : UpgradeLog
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"Id": 1,
"ScriptId": 2,
"Version": "sample string 3",
"UpgradeCategorySummary": {
"Id": 1,
"Description": "sample string 1"
},
"HotFixNumber": 1,
"ReleaseDescription": "sample string 4",
"CreatedDateTime": "2025-10-28T10:01:19.3831403-07:00",
"CreateLocation": "sample string 5",
"CreatedBy": "sample string 6",
"UpdatedDateTime": "2025-10-28T10:01:19.3831403-07:00",
"UpdatedBy": "sample string 7"
}
<UpgradeLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<CreateLocation>sample string 5</CreateLocation>
<CreatedBy>sample string 6</CreatedBy>
<CreatedDateTime>2025-10-28T10:01:19.3831403-07:00</CreatedDateTime>
<HotFixNumber>1</HotFixNumber>
<Id>1</Id>
<ReleaseDescription>sample string 4</ReleaseDescription>
<ScriptId>2</ScriptId>
<UpdatedBy>sample string 7</UpdatedBy>
<UpdatedDateTime>2025-10-28T10:01:19.3831403-07:00</UpdatedDateTime>
<UpgradeCategorySummary>
<Description>sample string 1</Description>
<Id>1</Id>
</UpgradeCategorySummary>
<Version>sample string 3</Version>
</UpgradeLog>
Response object type : UpgradeLog
| Response object type UpgradeLog has the following properties. |
| Property Name | Data Type | Length | Required | Readonly | Notes |
|---|---|---|---|---|---|
| CreatedBy | string | N | Auto-assigned | ||
| CreatedDateTime | date | N | Auto-assigned | ||
| CreateLocation | string | N | Auto-assigned | ||
| HotFixNumber | integer | N | |||
| Id | integer | N | Auto-assigned | ||
| ReleaseDescription | string | 30 | N | ||
| ScriptId | integer | Y | |||
| UpdatedBy | string | N | Auto-assigned | ||
| UpdatedDateTime | date | N | Auto-assigned | ||
| UpgradeCategorySummary | UpgradeCategorySummary | Y | |||
| FK: TR_UPGRADE_CATEGORY.id   Resource: UpgradeCategories | |||||
| Version | string | 16 | N | ||
{
"Id": 1,
"ScriptId": 2,
"Version": "sample string 3",
"UpgradeCategorySummary": {
"Id": 1,
"Description": "sample string 1"
},
"HotFixNumber": 1,
"ReleaseDescription": "sample string 4",
"CreatedDateTime": "2025-10-28T10:01:19.3831403-07:00",
"CreateLocation": "sample string 5",
"CreatedBy": "sample string 6",
"UpdatedDateTime": "2025-10-28T10:01:19.3831403-07:00",
"UpdatedBy": "sample string 7"
}
<UpgradeLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<CreateLocation>sample string 5</CreateLocation>
<CreatedBy>sample string 6</CreatedBy>
<CreatedDateTime>2025-10-28T10:01:19.3831403-07:00</CreatedDateTime>
<HotFixNumber>1</HotFixNumber>
<Id>1</Id>
<ReleaseDescription>sample string 4</ReleaseDescription>
<ScriptId>2</ScriptId>
<UpdatedBy>sample string 7</UpdatedBy>
<UpdatedDateTime>2025-10-28T10:01:19.3831403-07:00</UpdatedDateTime>
<UpgradeCategorySummary>
<Description>sample string 1</Description>
<Id>1</Id>
</UpgradeCategorySummary>
<Version>sample string 3</Version>
</UpgradeLog>
No entries in change log for this operation.