Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/TXN/PricingRuleSets/Summary |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyNone. |
Response object type : Collection of PricingRuleSetSummary
Response object type Collection of PricingRuleSetSummary has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
ControlGroup | ControlGroupSummary | ||||
Description | string | ||||
Id | integer | ||||
Inactive | boolean |
[
{
"Description": "sample string 1",
"Id": 1,
"Inactive": true,
"ControlGroup": {
"Description": "sample string 1",
"Id": 2,
"Inactive": true
}
},
{
"Description": "sample string 1",
"Id": 1,
"Inactive": true,
"ControlGroup": {
"Description": "sample string 1",
"Id": 2,
"Inactive": true
}
}
]
<PricingRuleSetSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<PricingRuleSetSummary>
<ControlGroup>
<Description>sample string 1</Description>
<Id>2</Id>
<Inactive>true</Inactive>
</ControlGroup>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</PricingRuleSetSummary>
<PricingRuleSetSummary>
<ControlGroup>
<Description>sample string 1</Description>
<Id>2</Id>
<Inactive>true</Inactive>
</ControlGroup>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</PricingRuleSetSummary>
</PricingRuleSetSummaries>
No entries in change log for this operation.