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

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of GiftAidRateSummary

Response object type Collection of GiftAidRateSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Id integer
Rate decimal number
[
  {
    "Id": 1,
    "Rate": 1.0
  },
  {
    "Id": 1,
    "Rate": 1.0
  }
]
<GiftAidRateSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <GiftAidRate>
    <Id>1</Id>
    <Rate>1</Rate>
  </GiftAidRate>
  <GiftAidRate>
    <Id>1</Id>
    <Rate>1</Rate>
  </GiftAidRate>
</GiftAidRateSummaries>

No entries in change log for this operation.