CriterionOperators Test
ReferenceData/CriterionOperators/Summary
Get a summary representation of all criterion operators.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/CriterionOperators/Summary

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of CriterionOperatorSummary

Response object type Collection of CriterionOperatorSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Description string
Id integer
Inactive boolean
Symbol string
[
  {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true,
    "Symbol": "sample string 3"
  },
  {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true,
    "Symbol": "sample string 3"
  }
]
<CriterionOperatorsSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PricingRuleCriteriaType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Symbol>sample string 3</Symbol>
  </PricingRuleCriteriaType>
  <PricingRuleCriteriaType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Symbol>sample string 3</Symbol>
  </PricingRuleCriteriaType>
</CriterionOperatorsSummaries>

No entries in change log for this operation.