BillingSchedules Test
ReferenceData/BillingSchedules?filter={filter}&maintenanceMode={maintenanceMode}
Get all Billing Schedules. To get only the resources for which the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/BillingSchedules?filter={filter}&maintenanceMode={maintenanceMode}

URI Parameters

Parameter Name Data Type Required Notes
filter string N Filter by user access (default: readwrite).
maintenanceMode boolean N Ignore control grouping (default: false).

Request Body

None.

No request body.

Response object type : Collection of BillingSchedule

Response object type Collection of BillingSchedule has the following properties.
Property Name Data Type Length Required Readonly Notes
BillAmounts string
BillDates string
ControlGroup ControlGroupSummary N
FK: TR_CONTROL_GROUP.id   Resource: ControlGroups
CreatedBy string
CreatedDateTime date
CreateLocation string
Description string
Id integer
Inactive boolean
LongDescription string
UpdatedBy string
UpdatedDateTime date
[
  {
    "BillAmounts": "sample string 1",
    "BillDates": "sample string 2",
    "CreatedDateTime": "2025-04-24T04:07:58.7332489-07:00",
    "CreateLocation": "sample string 3",
    "CreatedBy": "sample string 4",
    "Description": "sample string 5",
    "Id": 1,
    "Inactive": true,
    "UpdatedDateTime": "2025-04-24T04:07:58.7332489-07:00",
    "UpdatedBy": "sample string 7",
    "LongDescription": "sample string 8",
    "ControlGroup": {
      "Description": "sample string 1",
      "Id": 2,
      "Inactive": true
    }
  },
  {
    "BillAmounts": "sample string 1",
    "BillDates": "sample string 2",
    "CreatedDateTime": "2025-04-24T04:07:58.7332489-07:00",
    "CreateLocation": "sample string 3",
    "CreatedBy": "sample string 4",
    "Description": "sample string 5",
    "Id": 1,
    "Inactive": true,
    "UpdatedDateTime": "2025-04-24T04:07:58.7332489-07:00",
    "UpdatedBy": "sample string 7",
    "LongDescription": "sample string 8",
    "ControlGroup": {
      "Description": "sample string 1",
      "Id": 2,
      "Inactive": true
    }
  }
]
<BillingSchedules xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <BillingSchedule>
    <BillAmounts>sample string 1</BillAmounts>
    <BillDates>sample string 2</BillDates>
    <ControlGroup>
      <Description>sample string 1</Description>
      <Id>2</Id>
      <Inactive>true</Inactive>
    </ControlGroup>
    <CreateLocation>sample string 3</CreateLocation>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDateTime>2025-04-24T04:07:58.7332489-07:00</CreatedDateTime>
    <Description>sample string 5</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <LongDescription>sample string 8</LongDescription>
    <UpdatedBy>sample string 7</UpdatedBy>
    <UpdatedDateTime>2025-04-24T04:07:58.7332489-07:00</UpdatedDateTime>
  </BillingSchedule>
  <BillingSchedule>
    <BillAmounts>sample string 1</BillAmounts>
    <BillDates>sample string 2</BillDates>
    <ControlGroup>
      <Description>sample string 1</Description>
      <Id>2</Id>
      <Inactive>true</Inactive>
    </ControlGroup>
    <CreateLocation>sample string 3</CreateLocation>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDateTime>2025-04-24T04:07:58.7332489-07:00</CreatedDateTime>
    <Description>sample string 5</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <LongDescription>sample string 8</LongDescription>
    <UpdatedBy>sample string 7</UpdatedBy>
    <UpdatedDateTime>2025-04-24T04:07:58.7332489-07:00</UpdatedDateTime>
  </BillingSchedule>
</BillingSchedules>

No entries in change log for this operation.