Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Txn/InventoryWebContents |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyRequest object type : InventoryWebContent
|
{
"CreatedDateTime": "2025-04-24T08:52:15.1181651-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"UpdatedDateTime": "2025-04-24T08:52:15.1181651-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:52:15.1181651-07:00</CreatedDateTime>
<Id>1</Id>
<ProductionElementId>1</ProductionElementId>
<UpdatedBy>sample string 3</UpdatedBy>
<UpdatedDateTime>2025-04-24T08:52:15.1181651-07:00</UpdatedDateTime>
<Value>sample string 4</Value>
</InventoryWebContent>
Response object type : InventoryWebContent
Response object type InventoryWebContent has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
ContentType | WebContentTypeSummary | Y | Only assignable once per production element. | ||
FK: TR_INV_CONTENT.id   Resource: WebContentTypes | |||||
CreatedBy | string | N | Auto-assigned | ||
CreatedDateTime | date | N | Auto-assigned | ||
CreateLocation | string | N | Auto-assigned | ||
Id | integer | N | Auto-assigned | ||
ProductionElementId | integer | Y | |||
FK: T_INVENTORY.inv_no | |||||
UpdatedBy | string | N | Auto-assigned | ||
UpdatedDateTime | date | N | 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-24T08:52:15.1181651-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"UpdatedDateTime": "2025-04-24T08:52:15.1181651-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:52:15.1181651-07:00</CreatedDateTime>
<Id>1</Id>
<ProductionElementId>1</ProductionElementId>
<UpdatedBy>sample string 3</UpdatedBy>
<UpdatedDateTime>2025-04-24T08:52:15.1181651-07:00</UpdatedDateTime>
<Value>sample string 4</Value>
</InventoryWebContent>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Resource Added | 15.0.0 | New resource added. | InventoryWebContents |