| Http Verb | GET |
| Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PriceTypeUserGroups/{priceTypeUserGroupId} |
URI Parameters
|
Request BodyNone. |
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-10-28T10:02:37.6755016-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Id": 1,
"UpdatedDateTime": "2025-10-28T10:02:37.6755016-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-10-28T10:02:37.6755016-07:00</CreatedDateTime>
<Id>1</Id>
<PriceType>
<Description>sample string 2</Description>
<Id>1</Id>
</PriceType>
<UpdatedBy>sample string 3</UpdatedBy>
<UpdatedDateTime>2025-10-28T10:02:37.6755016-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 |