Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Templates |
URI ParametersThis resource has no URI (Query) 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-24T04:54:29.0374131-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Description": "sample string 3",
"Id": 1,
"Inactive": true,
"UpdatedDateTime": "2025-04-24T04:54:29.0374131-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-24T04:54:29.0374131-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-24T04:54:29.0374131-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 | Auto-assigned | ||
CreatedDateTime | date | N | Auto-assigned | ||
CreateLocation | string | N | Auto-assigned | ||
Description | string | 100 | Y | ||
EditIndicator | boolean | ||||
Id | integer | N | Auto-assigned | ||
Inactive | boolean | Y | |||
IsHtmlBody | boolean | ||||
TemplateBody | string | N | |||
TemplateSubject | string | N | |||
UpdatedBy | string | N | Auto-assigned | ||
UpdatedDateTime | date | N | Auto-assigned |
{
"Category": {
"Id": 1,
"Description": "sample string 1",
"Inactive": true,
"EditIndicator": true,
"Type": {
"Id": 1,
"Description": "sample string 1"
}
},
"CreatedDateTime": "2025-04-24T04:54:29.0530421-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Description": "sample string 3",
"Id": 1,
"Inactive": true,
"UpdatedDateTime": "2025-04-24T04:54:29.0530421-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-24T04:54:29.0530421-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-24T04:54:29.0530421-07:00</UpdatedDateTime>
</Template>
No entries in change log for this operation.