GiftAidTypes Test
ReferenceData/GiftAidTypes/Summary
Get a summary representation of all gift aid types.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/GiftAidTypes/Summary

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of GiftAidTypeSummary

Response object type Collection of GiftAidTypeSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
ControlGroup ControlGroupSummary
Description string
Id integer
Inactive boolean
[
  {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true,
    "ControlGroup": {
      "Description": "sample string 1",
      "Id": 2,
      "Inactive": true
    }
  },
  {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true,
    "ControlGroup": {
      "Description": "sample string 1",
      "Id": 2,
      "Inactive": true
    }
  }
]
<GiftAidTypeSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <GiftAidType>
    <ControlGroup>
      <Description>sample string 1</Description>
      <Id>2</Id>
      <Inactive>true</Inactive>
    </ControlGroup>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </GiftAidType>
  <GiftAidType>
    <ControlGroup>
      <Description>sample string 1</Description>
      <Id>2</Id>
      <Inactive>true</Inactive>
    </ControlGroup>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </GiftAidType>
</GiftAidTypeSummaries>
Change Version Description Contract Old New
Property Added 15.1.0 Inactive has been added to GiftAidTypeSummary GiftAidTypeSummary GiftAidTypeSummary.Inactive