PaymentMethodUserGroups Test
TXN/PaymentMethodUserGroups
Create a new payment method/user group mapping.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PaymentMethodUserGroups

URI Parameters

This resource has no URI (Query) parameters.

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

No entries in change log for this operation.