PriceTypeUserGroups Test
TXN/PriceTypeUserGroups/{priceTypeUserGroupId}
Update an existing price type/user group mapping.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PriceTypeUserGroups/{priceTypeUserGroupId}

URI Parameters

Parameter Name Data Type Required Notes
priceTypeUserGroupId integer Y

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 Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
Id integer Y Non-updatable
PriceType EntitySummary Y
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
UserGroupId string 8 Y
{
  "CreatedDateTime": "2025-04-24T04:58:27.711358-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T04:58:27.711358-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-24T04:58:27.711358-07:00</CreatedDateTime>
  <Id>1</Id>
  <PriceType>
    <Description>sample string 2</Description>
    <Id>1</Id>
  </PriceType>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:58:27.711358-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 Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
Id integer Y Non-updatable
PriceType EntitySummary Y
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
UserGroupId string 8 Y
{
  "CreatedDateTime": "2025-04-24T04:58:27.711358-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T04:58:27.711358-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-24T04:58:27.711358-07:00</CreatedDateTime>
  <Id>1</Id>
  <PriceType>
    <Description>sample string 2</Description>
    <Id>1</Id>
  </PriceType>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:58:27.711358-07:00</UpdatedDateTime>
  <UserGroupId>sample string 4</UserGroupId>
</PriceTypeUserGroup>
Change Version Description Contract Old New
Parameter Changed 15.0.0 priceTypeUserGroupId has been marked as required. Required