Http Verb | PUT |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/WebContentTypes/{id} |
URI Parameters
|
Request BodyRequest object type : WebContentType
|
{
"CreatedDateTime": "2025-04-24T08:19:20.9209068-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Description": "sample string 3",
"EditMask": "sample string 4",
"FullTextSearchIndicator": true,
"Id": 1,
"Inactive": true,
"LastContentUseUpdateDateTime": "2025-04-24T08:19:20.9209068-07:00",
"UpdatedDateTime": "2025-04-24T08:19:20.9209068-07:00",
"UpdatedBy": "sample string 6",
"Limit": 1,
"ReferenceDescriptionColumn": "sample string 7",
"ReferenceIdColumn": "sample string 8",
"ReferenceSort": "sample string 9",
"ReferenceTable": "sample string 10",
"ReferenceWhere": "sample string 11",
"UseWebApi": true,
"ControlGroup": {
"Description": "sample string 1",
"Id": 2,
"Inactive": true
}
}
<WebContentType xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ControlGroup>
<Description>sample string 1</Description>
<Id>2</Id>
<Inactive>true</Inactive>
</ControlGroup>
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-04-24T08:19:20.9209068-07:00</CreatedDateTime>
<Description>sample string 3</Description>
<EditMask>sample string 4</EditMask>
<FullTextSearchIndicator>true</FullTextSearchIndicator>
<Id>1</Id>
<Inactive>true</Inactive>
<LastContentUseUpdateDateTime>2025-04-24T08:19:20.9209068-07:00</LastContentUseUpdateDateTime>
<Limit>1</Limit>
<ReferenceDescriptionColumn>sample string 7</ReferenceDescriptionColumn>
<ReferenceIdColumn>sample string 8</ReferenceIdColumn>
<ReferenceSort>sample string 9</ReferenceSort>
<ReferenceTable>sample string 10</ReferenceTable>
<ReferenceWhere>sample string 11</ReferenceWhere>
<UpdatedBy>sample string 6</UpdatedBy>
<UpdatedDateTime>2025-04-24T08:19:20.9209068-07:00</UpdatedDateTime>
<UseWebApi>true</UseWebApi>
</WebContentType>
Response object type : WebContentType
Response object type WebContentType has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
ControlGroup | ControlGroupSummary | Y | |||
FK: TR_CONTROL_GROUP.id   Resource: ControlGroups | |||||
CreatedBy | string | N | Non-updatable | ||
CreatedDateTime | date | N | Non-updatable | ||
CreateLocation | string | N | Non-updatable | ||
Description | string | 30 | Y | ||
EditMask | string | 30 | Y | One of the following values for the intended input type when assigning to a product: Alphanumeric, Date, Number, Dollar. Use Dollar for a currency type. | |
FullTextSearchIndicator | boolean | Y | Whether content applied with this content type should be included in full text search indexing. | ||
Id | integer | Y | Non-updatable | ||
Inactive | boolean | Y | |||
LastContentUseUpdateDateTime | date | Y | |||
Limit | integer | N | Enforced character limit for alphanumeric data types. | ||
ReferenceDescriptionColumn | string | 50 | N | Description column (display value) used when a reference table is used. | |
ReferenceIdColumn | string | 50 | N | Id column (data value) used when a reference table is used. | |
ReferenceSort | string | 100 | N | Sort value used in SQL expression to fetch values. | |
ReferenceTable | string | 100 | N | Table or View to be used for a reference values. | |
ReferenceWhere | string | 255 | N | Where clause to be use for SQL expression when ReferenceTable is populated. | |
UpdatedBy | string | N | Auto-assigned | ||
UpdatedDateTime | date | Y | Auto-assigned | ||
UseWebApi | boolean | N | This separates content between those used on the web vs content that is to be used internally to the organization. |
{
"CreatedDateTime": "2025-04-24T08:19:20.9209068-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Description": "sample string 3",
"EditMask": "sample string 4",
"FullTextSearchIndicator": true,
"Id": 1,
"Inactive": true,
"LastContentUseUpdateDateTime": "2025-04-24T08:19:20.9209068-07:00",
"UpdatedDateTime": "2025-04-24T08:19:20.9209068-07:00",
"UpdatedBy": "sample string 6",
"Limit": 1,
"ReferenceDescriptionColumn": "sample string 7",
"ReferenceIdColumn": "sample string 8",
"ReferenceSort": "sample string 9",
"ReferenceTable": "sample string 10",
"ReferenceWhere": "sample string 11",
"UseWebApi": true,
"ControlGroup": {
"Description": "sample string 1",
"Id": 2,
"Inactive": true
}
}
<WebContentType xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ControlGroup>
<Description>sample string 1</Description>
<Id>2</Id>
<Inactive>true</Inactive>
</ControlGroup>
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-04-24T08:19:20.9209068-07:00</CreatedDateTime>
<Description>sample string 3</Description>
<EditMask>sample string 4</EditMask>
<FullTextSearchIndicator>true</FullTextSearchIndicator>
<Id>1</Id>
<Inactive>true</Inactive>
<LastContentUseUpdateDateTime>2025-04-24T08:19:20.9209068-07:00</LastContentUseUpdateDateTime>
<Limit>1</Limit>
<ReferenceDescriptionColumn>sample string 7</ReferenceDescriptionColumn>
<ReferenceIdColumn>sample string 8</ReferenceIdColumn>
<ReferenceSort>sample string 9</ReferenceSort>
<ReferenceTable>sample string 10</ReferenceTable>
<ReferenceWhere>sample string 11</ReferenceWhere>
<UpdatedBy>sample string 6</UpdatedBy>
<UpdatedDateTime>2025-04-24T08:19:20.9209068-07:00</UpdatedDateTime>
<UseWebApi>true</UseWebApi>
</WebContentType>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Resource Added | 15.0.0 | New resource added. | WebContentTypes |