Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/PaymentMethodGroups/Summary |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyNone. |
Response object type : Collection of PaymentMethodGroupSummary
Response object type Collection of PaymentMethodGroupSummary has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
Description | string | N | |||
Id | integer | N | |||
Inactive | boolean | N | |||
MerchantId | string | N |
[
{
"Id": 1,
"Description": "sample string 1",
"Inactive": true,
"MerchantId": "sample string 3"
},
{
"Id": 1,
"Description": "sample string 1",
"Inactive": true,
"MerchantId": "sample string 3"
}
]
<PaymentMethodGroupSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<PaymentMethodGroup>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
<MerchantId>sample string 3</MerchantId>
</PaymentMethodGroup>
<PaymentMethodGroup>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
<MerchantId>sample string 3</MerchantId>
</PaymentMethodGroup>
</PaymentMethodGroupSummaries>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Property Added | 15.1.0 | Inactive has been added to PaymentMethodGroupSummary | PaymentMethodGroupSummary | PaymentMethodGroupSummary.Inactive | |
Property Added | 15.1.0 | MerchantId has been added to PaymentMethodGroupSummary | PaymentMethodGroupSummary | PaymentMethodGroupSummary.MerchantId |