BookingTemplates Test
EventsManagement/BookingTemplates/Summary?categoryId={categoryId}
Get summary of all Booking Templates, filtered optionally by category.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/EventsManagement/BookingTemplates/Summary?categoryId={categoryId}

URI Parameters

Parameter Name Data Type Required Notes
categoryId integer N

Request Body

None.

No request body.

Response object type : Collection of BookingTemplateSummary

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

No entries in change log for this operation.