PriceTypeUserGroups Test
TXN/PriceTypeUserGroups/{priceTypeUserGroupId}
Get details of a price type/user group mapping by id.
Http Verb GET
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

None.

No request body.

Response object type : PriceTypeUserGroup

Response object type PriceTypeUserGroup has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Id integer N
PriceType EntitySummary N
UpdatedBy string N
UpdatedDateTime date N
UserGroupId string N
{
  "CreatedDateTime": "2025-07-29T16:53:06.4913253-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Id": 1,
  "UpdatedDateTime": "2025-07-29T16:53:06.4913253-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-07-29T16:53:06.4913253-07:00</CreatedDateTime>
  <Id>1</Id>
  <PriceType>
    <Description>sample string 2</Description>
    <Id>1</Id>
  </PriceType>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-07-29T16:53:06.4913253-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