MembershipLevels Test
Finance/MembershipLevels/{membershipLevelId}
Get a specific membership level.

NOTE: As part of the upcoming changes to membership functionality, this resource will be removed in an upcoming major Tessitura release. Please make a note that code that references it will need to be revisited as part of that upgrade process.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Finance/MembershipLevels/{membershipLevelId}

URI Parameters

Parameter Name Data Type Required Notes
membershipLevelId integer Y

Request Body

None.

No request body.

Response object type : MembershipLevel

Response object type MembershipLevel has the following properties.
Property Name Data Type Length Required Readonly Notes
Cancel integer N
Category MembershipLevelCategory N
FK: TR_MEMB_LEVEL_CATEGORY.id   Resource: MembershipLevelCategories
Code string N
ConstituencyType ConstituencyType N
FK: TR_CONSTITUENCY.id   Resource: ConstituencyTypes
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Description string N
EditIndicator boolean
EndAmount decimal number N
ExpiresEndOfMonth string N
Expiry integer N
GoodsAndServicesValue decimal number N
Id integer N
Inactive boolean N
Initiation string N
LapseSuspended integer N
MembershipOrganization MembershipOrganizationSummary N
FK: T_MEMB_ORG.memb_org_no   Resource: MembershipOrganizations
MinimumPaymentAmount decimal number N
NumberOfIssues integer N
Rank integer N
Reinstate integer N
Renewal integer N
StartAmount decimal number N
StartDateTime date N
Suspend integer N
UpdatedBy string N
UpdatedDateTime date N
{
  "Id": 1,
  "Code": "sample string 2",
  "MembershipOrganization": {
    "Description": "sample string 1",
    "Id": 1,
    "EditIndicator": true
  },
  "Description": "sample string 3",
  "Rank": 1,
  "StartAmount": 1.0,
  "EndAmount": 1.0,
  "EditIndicator": true,
  "Initiation": "sample string 5",
  "Expiry": 1,
  "Renewal": 1,
  "LapseSuspended": 1,
  "Reinstate": 1,
  "GoodsAndServicesValue": 1.0,
  "NumberOfIssues": 1,
  "MinimumPaymentAmount": 1.0,
  "Cancel": 1,
  "ConstituencyType": {
    "ControlGroup": {
      "Description": "sample string 1",
      "Id": 2,
      "Inactive": true
    },
    "CreatedDateTime": "2025-04-24T09:20:40.8872059-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Description": "sample string 3",
    "Id": 1,
    "Inactive": true,
    "UpdatedDateTime": "2025-04-24T09:20:40.8872059-07:00",
    "UpdatedBy": "sample string 4",
    "ShortDescription": "sample string 5",
    "Rank": 1
  },
  "Inactive": true,
  "Category": {
    "CreatedDateTime": "2025-04-24T09:20:40.8872059-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Description": "sample string 3",
    "Id": 1,
    "Inactive": true,
    "UpdatedDateTime": "2025-04-24T09:20:40.8872059-07:00",
    "UpdatedBy": "sample string 4"
  },
  "Suspend": 1,
  "StartDateTime": "2025-04-24T09:20:40.8872059-07:00",
  "ExpiresEndOfMonth": "sample string 7",
  "CreatedDateTime": "2025-04-24T09:20:40.8872059-07:00",
  "CreateLocation": "sample string 8",
  "CreatedBy": "sample string 9",
  "UpdatedDateTime": "2025-04-24T09:20:40.8872059-07:00",
  "UpdatedBy": "sample string 10"
}
<MembershipLevel xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Cancel>1</Cancel>
  <Category>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T09:20:40.8872059-07:00</CreatedDateTime>
    <Description>sample string 3</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <UpdatedBy>sample string 4</UpdatedBy>
    <UpdatedDateTime>2025-04-24T09:20:40.8872059-07:00</UpdatedDateTime>
  </Category>
  <Code>sample string 2</Code>
  <ConstituencyType>
    <ControlGroup>
      <Description>sample string 1</Description>
      <Id>2</Id>
      <Inactive>true</Inactive>
    </ControlGroup>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T09:20:40.8872059-07:00</CreatedDateTime>
    <Description>sample string 3</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Rank>1</Rank>
    <ShortDescription>sample string 5</ShortDescription>
    <UpdatedBy>sample string 4</UpdatedBy>
    <UpdatedDateTime>2025-04-24T09:20:40.8872059-07:00</UpdatedDateTime>
  </ConstituencyType>
  <CreateLocation>sample string 8</CreateLocation>
  <CreatedBy>sample string 9</CreatedBy>
  <CreatedDateTime>2025-04-24T09:20:40.8872059-07:00</CreatedDateTime>
  <Description>sample string 3</Description>
  <EditIndicator>true</EditIndicator>
  <EndAmount>1</EndAmount>
  <ExpiresEndOfMonth>sample string 7</ExpiresEndOfMonth>
  <Expiry>1</Expiry>
  <GoodsAndServicesValue>1</GoodsAndServicesValue>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <Initiation>sample string 5</Initiation>
  <LapseSuspended>1</LapseSuspended>
  <MembershipOrganization>
    <Description>sample string 1</Description>
    <EditIndicator>true</EditIndicator>
    <Id>1</Id>
  </MembershipOrganization>
  <MinimumPaymentAmount>1</MinimumPaymentAmount>
  <NumberOfIssues>1</NumberOfIssues>
  <Rank>1</Rank>
  <Reinstate>1</Reinstate>
  <Renewal>1</Renewal>
  <StartAmount>1</StartAmount>
  <StartDateTime>2025-04-24T09:20:40.8872059-07:00</StartDateTime>
  <Suspend>1</Suspend>
  <UpdatedBy>sample string 10</UpdatedBy>
  <UpdatedDateTime>2025-04-24T09:20:40.8872059-07:00</UpdatedDateTime>
</MembershipLevel>
Change Version Description Contract Old New
Parameter Changed 15.0.0 membershipLevelId has been marked as required. Required