Http Verb | PUT |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Templates/{templateId} |
URI Parameters
|
Request BodyRequest object type : Template
|
{
"Category": {
"Id": 1,
"Description": "sample string 1",
"Inactive": true,
"EditIndicator": true,
"Type": {
"Id": 1,
"Description": "sample string 1"
}
},
"CreatedDateTime": "2025-04-24T05:01:01.8853874-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Description": "sample string 3",
"Id": 1,
"Inactive": true,
"UpdatedDateTime": "2025-04-24T05:01:01.8853874-07:00",
"UpdatedBy": "sample string 5",
"TemplateSubject": "sample string 6",
"TemplateBody": "sample string 7",
"IsHtmlBody": true,
"EditIndicator": true
}
<Template xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Category>
<Description>sample string 1</Description>
<EditIndicator>true</EditIndicator>
<Id>1</Id>
<Inactive>true</Inactive>
<Type>
<Description>sample string 1</Description>
<Id>1</Id>
</Type>
</Category>
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-04-24T05:01:01.8853874-07:00</CreatedDateTime>
<Description>sample string 3</Description>
<EditIndicator>true</EditIndicator>
<Id>1</Id>
<Inactive>true</Inactive>
<IsHtmlBody>true</IsHtmlBody>
<TemplateBody>sample string 7</TemplateBody>
<TemplateSubject>sample string 6</TemplateSubject>
<UpdatedBy>sample string 5</UpdatedBy>
<UpdatedDateTime>2025-04-24T05:01:01.8853874-07:00</UpdatedDateTime>
</Template>
Response object type : Template
Response object type Template has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
Category | TemplateCategorySummary | Y | |||
CreatedBy | string | N | Non-updatable | ||
CreatedDateTime | date | N | Non-updatable | ||
CreateLocation | string | N | Non-updatable | ||
Description | string | 100 | Y | ||
EditIndicator | boolean | ||||
Id | integer | Y | Non-updatable | ||
Inactive | boolean | Y | |||
IsHtmlBody | boolean | ||||
TemplateBody | string | N | |||
TemplateSubject | string | N | |||
UpdatedBy | string | N | Auto-assigned | ||
UpdatedDateTime | date | Y | Auto-assigned |
{
"Category": {
"Id": 1,
"Description": "sample string 1",
"Inactive": true,
"EditIndicator": true,
"Type": {
"Id": 1,
"Description": "sample string 1"
}
},
"CreatedDateTime": "2025-04-24T05:01:01.8853874-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Description": "sample string 3",
"Id": 1,
"Inactive": true,
"UpdatedDateTime": "2025-04-24T05:01:01.8853874-07:00",
"UpdatedBy": "sample string 5",
"TemplateSubject": "sample string 6",
"TemplateBody": "sample string 7",
"IsHtmlBody": true,
"EditIndicator": true
}
<Template xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Category>
<Description>sample string 1</Description>
<EditIndicator>true</EditIndicator>
<Id>1</Id>
<Inactive>true</Inactive>
<Type>
<Description>sample string 1</Description>
<Id>1</Id>
</Type>
</Category>
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-04-24T05:01:01.8853874-07:00</CreatedDateTime>
<Description>sample string 3</Description>
<EditIndicator>true</EditIndicator>
<Id>1</Id>
<Inactive>true</Inactive>
<IsHtmlBody>true</IsHtmlBody>
<TemplateBody>sample string 7</TemplateBody>
<TemplateSubject>sample string 6</TemplateSubject>
<UpdatedBy>sample string 5</UpdatedBy>
<UpdatedDateTime>2025-04-24T05:01:01.8853874-07:00</UpdatedDateTime>
</Template>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Parameter Changed | 15.0.0 | templateId has been marked as required. | Required |