InventoryContactPermissionTypes Test
TXN/InventoryContactPermissionTypes/{inventoryContactPermissionTypeId}
Updated an existing inventoryContactPermissionType.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/InventoryContactPermissionTypes/{inventoryContactPermissionTypeId}

URI Parameters

Parameter Name Data Type Required Notes
inventoryContactPermissionTypeId integer Y

Request Body

Request object type : InventoryContactPermissionType

Request object type InventoryContactPermissionType has the following properties.
Property Name Data Type Length Required Readonly Notes
ContactPermissionType ContactPermissionTypeSummary Y
FK: TR_CONTACT_PERM_TYPE.id   Resource: ContactPermissionTypes
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
Id integer Y Non-updatable
ProductionElementId integer Y
FK: T_INVENTORY.inv_no
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "CreatedDateTime": "2025-04-24T09:41:51.6218507-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T09:41:51.6218507-07:00",
  "UpdatedBy": "sample string 3",
  "ContactPermissionType": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true,
    "Category": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true,
      "AskFrequencyMonths": 1
    },
    "Presenter": true,
    "Rank": 4,
    "DefaultValueForAdd": "sample string 5",
    "EditIndicator": true
  },
  "ProductionElementId": 4
}
<InventoryContactPermissionType xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ContactPermissionType>
    <Category>
      <AskFrequencyMonths>1</AskFrequencyMonths>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Category>
    <DefaultValueForAdd>sample string 5</DefaultValueForAdd>
    <Description>sample string 1</Description>
    <EditIndicator>true</EditIndicator>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Presenter>true</Presenter>
    <Rank>4</Rank>
  </ContactPermissionType>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T09:41:51.6218507-07:00</CreatedDateTime>
  <Id>1</Id>
  <ProductionElementId>4</ProductionElementId>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T09:41:51.6218507-07:00</UpdatedDateTime>
</InventoryContactPermissionType>

Response object type : InventoryContactPermissionType

Response object type InventoryContactPermissionType has the following properties.
Property Name Data Type Length Required Readonly Notes
ContactPermissionType ContactPermissionTypeSummary Y
FK: TR_CONTACT_PERM_TYPE.id   Resource: ContactPermissionTypes
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
Id integer Y Non-updatable
ProductionElementId integer Y
FK: T_INVENTORY.inv_no
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "CreatedDateTime": "2025-04-24T09:41:51.6218507-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T09:41:51.6218507-07:00",
  "UpdatedBy": "sample string 3",
  "ContactPermissionType": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true,
    "Category": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true,
      "AskFrequencyMonths": 1
    },
    "Presenter": true,
    "Rank": 4,
    "DefaultValueForAdd": "sample string 5",
    "EditIndicator": true
  },
  "ProductionElementId": 4
}
<InventoryContactPermissionType xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ContactPermissionType>
    <Category>
      <AskFrequencyMonths>1</AskFrequencyMonths>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Category>
    <DefaultValueForAdd>sample string 5</DefaultValueForAdd>
    <Description>sample string 1</Description>
    <EditIndicator>true</EditIndicator>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Presenter>true</Presenter>
    <Rank>4</Rank>
  </ContactPermissionType>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T09:41:51.6218507-07:00</CreatedDateTime>
  <Id>1</Id>
  <ProductionElementId>4</ProductionElementId>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T09:41:51.6218507-07:00</UpdatedDateTime>
</InventoryContactPermissionType>
Change Version Description Contract Old New
Resource Added 15.1.0 New resource added. InventoryContactPermissionTypes