PackageWebContents Test
Txn/PackageWebContents/{packageWebContentId}
Update an existing packageWebContent.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Txn/PackageWebContents/{packageWebContentId}

URI Parameters

Parameter Name Data Type Required Notes
packageWebContentId integer Y

Request Body

Request object type : PackageWebContent

Request object type PackageWebContent has the following properties.
Property Name Data Type Length Required Readonly Notes
ContentType WebContentTypeSummary Y
FK: TR_INV_CONTENT.id   Resource: WebContentTypes
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
Id integer Y Non-updatable
PackageId integer Y
FK: T_PKG.pkg_no   Resource: Packages
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
Value string Y Value must be provided. If the content type has reference data, data must be a valid data value (not description) from ReferenceData/WebContentTypes/Data?id={contentTypeId}. Value must otherwise respect the edit mask (data type) and other bounds of the content type.
{
  "CreatedDateTime": "2025-04-24T04:21:52.4520476-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "UpdatedDateTime": "2025-04-24T04:21:52.4520476-07:00",
  "UpdatedBy": "sample string 3",
  "Id": 1,
  "Value": "sample string 4",
  "ContentType": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true
  },
  "PackageId": 1
}
<PackageWebContent xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ContentType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </ContentType>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T04:21:52.4520476-07:00</CreatedDateTime>
  <Id>1</Id>
  <PackageId>1</PackageId>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:21:52.4520476-07:00</UpdatedDateTime>
  <Value>sample string 4</Value>
</PackageWebContent>

Response object type : PackageWebContent

Response object type PackageWebContent has the following properties.
Property Name Data Type Length Required Readonly Notes
ContentType WebContentTypeSummary Y
FK: TR_INV_CONTENT.id   Resource: WebContentTypes
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
Id integer Y Non-updatable
PackageId integer Y
FK: T_PKG.pkg_no   Resource: Packages
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
Value string Y Value must be provided. If the content type has reference data, data must be a valid data value (not description) from ReferenceData/WebContentTypes/Data?id={contentTypeId}. Value must otherwise respect the edit mask (data type) and other bounds of the content type.
{
  "CreatedDateTime": "2025-04-24T04:21:52.4520476-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "UpdatedDateTime": "2025-04-24T04:21:52.4520476-07:00",
  "UpdatedBy": "sample string 3",
  "Id": 1,
  "Value": "sample string 4",
  "ContentType": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true
  },
  "PackageId": 1
}
<PackageWebContent xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ContentType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </ContentType>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T04:21:52.4520476-07:00</CreatedDateTime>
  <Id>1</Id>
  <PackageId>1</PackageId>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:21:52.4520476-07:00</UpdatedDateTime>
  <Value>sample string 4</Value>
</PackageWebContent>
Change Version Description Contract Old New
Resource Added 15.0.0 New resource added. PackageWebContents