PaymentMethodUserGroups Test
TXN/PaymentMethodUserGroups/{paymentMethodUserGroupId}
Get details of a payment method/user group mapping by id.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PaymentMethodUserGroups/{paymentMethodUserGroupId}

URI Parameters

Parameter Name Data Type Required Notes
paymentMethodUserGroupId integer Y

Request Body

None.

No request body.

Response object type : PaymentMethodUserGroup

Response object type PaymentMethodUserGroup has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Id integer N
IncomeIndicator boolean N
MaxRefund decimal number N
PaymentMethod PaymentMethodSummary N
FK: TR_PAYMENT_METHOD.id   Resource: PaymentMethods
UpdatedBy string N
UpdatedDateTime date N
UserGroupId string N
{
  "CreatedDateTime": "2025-04-24T04:39:33.3898833-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Id": 1,
  "IncomeIndicator": true,
  "UpdatedDateTime": "2025-04-24T04:39:33.3898833-07:00",
  "UpdatedBy": "sample string 4",
  "MaxRefund": 5.0,
  "PaymentMethod": {
    "Id": 1,
    "Description": "sample string 2",
    "Inactive": true,
    "PaymentType": {
      "Id": 1,
      "Description": "sample string 2"
    },
    "ControlGroup": {
      "Description": "sample string 1",
      "Id": 2,
      "Inactive": true
    }
  },
  "UserGroupId": "sample string 6"
}
<PaymentMethodUserGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T04:39:33.3898833-07:00</CreatedDateTime>
  <Id>1</Id>
  <IncomeIndicator>true</IncomeIndicator>
  <MaxRefund>5</MaxRefund>
  <PaymentMethod>
    <ControlGroup>
      <Description>sample string 1</Description>
      <Id>2</Id>
      <Inactive>true</Inactive>
    </ControlGroup>
    <Description>sample string 2</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <PaymentType>
      <Description>sample string 2</Description>
      <Id>1</Id>
    </PaymentType>
  </PaymentMethod>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:39:33.3898833-07:00</UpdatedDateTime>
  <UserGroupId>sample string 6</UserGroupId>
</PaymentMethodUserGroup>
Change Version Description Contract Old New
Parameter Changed 15.0.0 paymentMethodUserGroupId has been marked as required. Required