PriceTypeUserGroups Test
TXN/PriceTypeUserGroups
Create a new price typ/user group mapping.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PriceTypeUserGroups

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : PriceTypeUserGroup

Request object type PriceTypeUserGroup has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
Id integer N Auto-assigned
PriceType EntitySummary Y
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
UserGroupId string 8 Y
{
  "CreatedDateTime": "2025-04-24T05:03:19.0302127-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T05:03:19.0302127-07:00",
  "UpdatedBy": "sample string 3",
  "PriceType": {
    "Id": 1,
    "Description": "sample string 2"
  },
  "UserGroupId": "sample string 4"
}
<PriceTypeUserGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:03:19.0302127-07:00</CreatedDateTime>
  <Id>1</Id>
  <PriceType>
    <Description>sample string 2</Description>
    <Id>1</Id>
  </PriceType>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:03:19.0302127-07:00</UpdatedDateTime>
  <UserGroupId>sample string 4</UserGroupId>
</PriceTypeUserGroup>

Response object type : PriceTypeUserGroup

Response object type PriceTypeUserGroup has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
Id integer N Auto-assigned
PriceType EntitySummary Y
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
UserGroupId string 8 Y
{
  "CreatedDateTime": "2025-04-24T05:03:19.0302127-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T05:03:19.0302127-07:00",
  "UpdatedBy": "sample string 3",
  "PriceType": {
    "Id": 1,
    "Description": "sample string 2"
  },
  "UserGroupId": "sample string 4"
}
<PriceTypeUserGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:03:19.0302127-07:00</CreatedDateTime>
  <Id>1</Id>
  <PriceType>
    <Description>sample string 2</Description>
    <Id>1</Id>
  </PriceType>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:03:19.0302127-07:00</UpdatedDateTime>
  <UserGroupId>sample string 4</UserGroupId>
</PriceTypeUserGroup>

No entries in change log for this operation.