PaymentMethodUserGroups Test
TXN/PaymentMethodUserGroups/{paymentMethodUserGroupId}
Update an existing payment method/user group mapping.
Http Verb PUT
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

Request object type : PaymentMethodUserGroup

Request object type PaymentMethodUserGroup 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
IncomeIndicator boolean Y
MaxRefund decimal number Y
PaymentMethod PaymentMethodSummary Y
FK: TR_PAYMENT_METHOD.id   Resource: PaymentMethods
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
UserGroupId string 8 Y
{
  "CreatedDateTime": "2025-04-24T09:03:34.7781156-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Id": 1,
  "IncomeIndicator": true,
  "UpdatedDateTime": "2025-04-24T09:03:34.7781156-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-24T09:03:34.7781156-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-24T09:03:34.7781156-07:00</UpdatedDateTime>
  <UserGroupId>sample string 6</UserGroupId>
</PaymentMethodUserGroup>

Response object type : PaymentMethodUserGroup

Response object type PaymentMethodUserGroup 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
IncomeIndicator boolean Y
MaxRefund decimal number Y
PaymentMethod PaymentMethodSummary Y
FK: TR_PAYMENT_METHOD.id   Resource: PaymentMethods
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
UserGroupId string 8 Y
{
  "CreatedDateTime": "2025-04-24T09:03:34.7781156-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Id": 1,
  "IncomeIndicator": true,
  "UpdatedDateTime": "2025-04-24T09:03:34.7781156-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-24T09:03:34.7781156-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-24T09:03:34.7781156-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