CrediteeTypes Test
ReferenceData/CrediteeTypes/{id}?maintenanceMode={maintenanceMode}
Get the details of a crediteeType by id. To get the resource only if the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode(ignore 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/CrediteeTypes/{id}?maintenanceMode={maintenanceMode}

URI Parameters

Parameter Name Data Type Required Notes
id integer N
maintenanceMode string N

Request Body

None.

No request body.

Response object type : CrediteeType

Response object type CrediteeType has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string
CreatedDateTime date
CreateLocation string
CreditMembershipIndicator boolean N
Description string N
GiftAidIndicator boolean N
Id integer N
Inactive boolean N
UpdatedBy string
UpdatedDateTime date
{
  "CreatedDateTime": "2025-04-24T08:19:19.2804746-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "CreditMembershipIndicator": true,
  "Description": "sample string 4",
  "GiftAidIndicator": true,
  "Id": 1,
  "Inactive": true,
  "UpdatedDateTime": "2025-04-24T08:19:19.2804746-07:00",
  "UpdatedBy": "sample string 7"
}
<CrediteeType xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T08:19:19.2804746-07:00</CreatedDateTime>
  <CreditMembershipIndicator>true</CreditMembershipIndicator>
  <Description>sample string 4</Description>
  <GiftAidIndicator>true</GiftAidIndicator>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDateTime>2025-04-24T08:19:19.2804746-07:00</UpdatedDateTime>
</CrediteeType>
Change Version Description Contract Old New
Resource Added 15.1.13 New resource added. CrediteeTypes
Resource Added 15.1.10 New resource added. CrediteeTypes