MembershipLevels Test
Finance/MembershipLevels/Summary?membershipOrgId={membershipOrgId}
Get a list of membership levels. MembershipOrgId is required.

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/Summary?membershipOrgId={membershipOrgId}

URI Parameters

Parameter Name Data Type Required Notes
membershipOrgId integer N

Request Body

None.

No request body.

Response object type : Collection of MembershipLevelSummary

Response object type Collection of MembershipLevelSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Code string
ConstituencyType ConstituencyTypeSummary
Description string
EndAmount decimal number
Id integer
Inactive boolean
MembershipOrganization MembershipOrganizationSummary
Rank integer
StartAmount decimal number
[
  {
    "MembershipOrganization": {
      "Description": "sample string 1",
      "Id": 1,
      "EditIndicator": true
    },
    "Code": "sample string 1",
    "Id": 2,
    "Description": "sample string 3",
    "StartAmount": 1.0,
    "EndAmount": 1.0,
    "Rank": 4,
    "ConstituencyType": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true,
      "ShortDescription": "sample string 2",
      "Rank": 3
    },
    "Inactive": true
  },
  {
    "MembershipOrganization": {
      "Description": "sample string 1",
      "Id": 1,
      "EditIndicator": true
    },
    "Code": "sample string 1",
    "Id": 2,
    "Description": "sample string 3",
    "StartAmount": 1.0,
    "EndAmount": 1.0,
    "Rank": 4,
    "ConstituencyType": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true,
      "ShortDescription": "sample string 2",
      "Rank": 3
    },
    "Inactive": true
  }
]
<MembershipLevelSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <MembershipLevel>
    <Code>sample string 1</Code>
    <ConstituencyType>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <Rank>3</Rank>
      <ShortDescription>sample string 2</ShortDescription>
    </ConstituencyType>
    <Description>sample string 3</Description>
    <EndAmount>1</EndAmount>
    <Id>2</Id>
    <Inactive>true</Inactive>
    <MembershipOrganization>
      <Description>sample string 1</Description>
      <EditIndicator>true</EditIndicator>
      <Id>1</Id>
    </MembershipOrganization>
    <Rank>4</Rank>
    <StartAmount>1</StartAmount>
  </MembershipLevel>
  <MembershipLevel>
    <Code>sample string 1</Code>
    <ConstituencyType>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <Rank>3</Rank>
      <ShortDescription>sample string 2</ShortDescription>
    </ConstituencyType>
    <Description>sample string 3</Description>
    <EndAmount>1</EndAmount>
    <Id>2</Id>
    <Inactive>true</Inactive>
    <MembershipOrganization>
      <Description>sample string 1</Description>
      <EditIndicator>true</EditIndicator>
      <Id>1</Id>
    </MembershipOrganization>
    <Rank>4</Rank>
    <StartAmount>1</StartAmount>
  </MembershipLevel>
</MembershipLevelSummaries>

No entries in change log for this operation.