InventoryContactPermissionTypes Test
TXN/InventoryContactPermissionTypes?productionSeasonIds={productionSeasonIds}
Get details of all the Contact Permission Types associated to Production Seasons. Inventory Contact Permission Type is a mapping of a Contact Permission Type to a Production Season.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/InventoryContactPermissionTypes?productionSeasonIds={productionSeasonIds}

URI Parameters

Parameter Name Data Type Required Notes
productionSeasonIds string Y Comma separated list of production season ids. Required.

Request Body

None.

No request body.

Response object type : Collection of InventoryContactPermissionType

Response object type Collection of InventoryContactPermissionType has the following properties.
Property Name Data Type Length Required Readonly Notes
ContactPermissionType ContactPermissionTypeSummary N
FK: TR_CONTACT_PERM_TYPE.id   Resource: ContactPermissionTypes
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
[
  {
    "CreatedDateTime": "2025-04-24T09:44:24.0279377-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Id": 1,
    "UpdatedDateTime": "2025-04-24T09:44:24.0279377-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
  },
  {
    "CreatedDateTime": "2025-04-24T09:44:24.0279377-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Id": 1,
    "UpdatedDateTime": "2025-04-24T09:44:24.0279377-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
  }
]
<InventoryContactPermissionTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <InventoryContactPermissionType>
    <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:44:24.0279377-07:00</CreatedDateTime>
    <Id>1</Id>
    <ProductionElementId>4</ProductionElementId>
    <UpdatedBy>sample string 3</UpdatedBy>
    <UpdatedDateTime>2025-04-24T09:44:24.0279377-07:00</UpdatedDateTime>
  </InventoryContactPermissionType>
  <InventoryContactPermissionType>
    <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:44:24.0279377-07:00</CreatedDateTime>
    <Id>1</Id>
    <ProductionElementId>4</ProductionElementId>
    <UpdatedBy>sample string 3</UpdatedBy>
    <UpdatedDateTime>2025-04-24T09:44:24.0279377-07:00</UpdatedDateTime>
  </InventoryContactPermissionType>
</InventoryContactPermissionTypes>
Change Version Description Contract Old New
Resource Added 15.1.0 New resource added. InventoryContactPermissionTypes