InventoryWebContents Test
Txn/InventoryWebContents/{inventoryWebContentId}
Get details of an inventoryWebContent.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Txn/InventoryWebContents/{inventoryWebContentId}

URI Parameters

Parameter Name Data Type Required Notes
inventoryWebContentId integer N

Request Body

None.

No request body.

Response object type : InventoryWebContent

Response object type InventoryWebContent has the following properties.
Property Name Data Type Length Required Readonly Notes
ContentType WebContentTypeSummary N
FK: TR_INV_CONTENT.id   Resource: WebContentTypes
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Id integer N
ProductionElementId integer N
FK: T_INVENTORY.inv_no
UpdatedBy string N
UpdatedDateTime date N
Value string N
{
  "CreatedDateTime": "2025-04-24T08:48:41.5314914-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "UpdatedDateTime": "2025-04-24T08:48:41.5314914-07:00",
  "UpdatedBy": "sample string 3",
  "Id": 1,
  "Value": "sample string 4",
  "ContentType": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true
  },
  "ProductionElementId": 1
}
<InventoryWebContent 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-24T08:48:41.5314914-07:00</CreatedDateTime>
  <Id>1</Id>
  <ProductionElementId>1</ProductionElementId>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T08:48:41.5314914-07:00</UpdatedDateTime>
  <Value>sample string 4</Value>
</InventoryWebContent>
Change Version Description Contract Old New
Resource Added 15.0.0 New resource added. InventoryWebContents