PriceTypeUserGroups Test
TXN/PriceTypeUserGroups?userGroup={userGroup}&priceTypeId={priceTypeId}
Get all price type/user group mappings. Optional filter on UserGroup and PriceType.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PriceTypeUserGroups?userGroup={userGroup}&priceTypeId={priceTypeId}

URI Parameters

Parameter Name Data Type Required Notes
userGroup string N Only return mappings for the specified UserGroup.
priceTypeId integer N Only return mappings for the specified PriceType.

Request Body

None.

No request body.

Response object type : Collection of PriceTypeUserGroup

Response object type Collection of 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-04-24T05:05:40.6712896-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Id": 1,
    "UpdatedDateTime": "2025-04-24T05:05:40.6712896-07:00",
    "UpdatedBy": "sample string 3",
    "PriceType": {
      "Id": 1,
      "Description": "sample string 2"
    },
    "UserGroupId": "sample string 4"
  },
  {
    "CreatedDateTime": "2025-04-24T05:05:40.6712896-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Id": 1,
    "UpdatedDateTime": "2025-04-24T05:05:40.6712896-07:00",
    "UpdatedBy": "sample string 3",
    "PriceType": {
      "Id": 1,
      "Description": "sample string 2"
    },
    "UserGroupId": "sample string 4"
  }
]
<PriceTypeUserGroups xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PriceTypeUserGroup>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T05:05:40.6712896-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:05:40.6712896-07:00</UpdatedDateTime>
    <UserGroupId>sample string 4</UserGroupId>
  </PriceTypeUserGroup>
  <PriceTypeUserGroup>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T05:05:40.6712896-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:05:40.6712896-07:00</UpdatedDateTime>
    <UserGroupId>sample string 4</UserGroupId>
  </PriceTypeUserGroup>
</PriceTypeUserGroups>

No entries in change log for this operation.