| Http Verb | POST |
| Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/TXN/InventoryContactPermissionTypes |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyRequest object type : InventoryContactPermissionType
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"CreatedDateTime": "2025-10-28T10:03:39.1488959-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Id": 1,
"UpdatedDateTime": "2025-10-28T10:03:39.1488959-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-10-28T10:03:39.1488959-07:00</CreatedDateTime>
<Id>1</Id>
<ProductionElementId>4</ProductionElementId>
<UpdatedBy>sample string 3</UpdatedBy>
<UpdatedDateTime>2025-10-28T10:03:39.1488959-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 | 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 | ||
{
"CreatedDateTime": "2025-10-28T10:03:39.1645253-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Id": 1,
"UpdatedDateTime": "2025-10-28T10:03:39.1645253-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-10-28T10:03:39.1645253-07:00</CreatedDateTime>
<Id>1</Id>
<ProductionElementId>4</ProductionElementId>
<UpdatedBy>sample string 3</UpdatedBy>
<UpdatedDateTime>2025-10-28T10:03:39.1645253-07:00</UpdatedDateTime>
</InventoryContactPermissionType>
| Change | Version | Description | Contract | Old | New |
|---|---|---|---|---|---|
| Resource Added | 15.1.0 | New resource added. | InventoryContactPermissionTypes |