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

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of BillingScheduleSummary

Response object type Collection of BillingScheduleSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
ControlGroup ControlGroupSummary N
FK: TR_CONTROL_GROUP.id   Resource: ControlGroups
Description string
Id integer
[
  {
    "Id": 1,
    "Description": "sample string 1",
    "ControlGroup": {
      "Description": "sample string 1",
      "Id": 2,
      "Inactive": true
    }
  },
  {
    "Id": 1,
    "Description": "sample string 1",
    "ControlGroup": {
      "Description": "sample string 1",
      "Id": 2,
      "Inactive": true
    }
  }
]
<BillingScheduleSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <BillingSchedule>
    <ControlGroup>
      <Description>sample string 1</Description>
      <Id>2</Id>
      <Inactive>true</Inactive>
    </ControlGroup>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </BillingSchedule>
  <BillingSchedule>
    <ControlGroup>
      <Description>sample string 1</Description>
      <Id>2</Id>
      <Inactive>true</Inactive>
    </ControlGroup>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </BillingSchedule>
</BillingScheduleSummaries>

No entries in change log for this operation.