MembershipOrganizations Test
Finance/MembershipOrganizations/Summary
Get a list of all membership organizations in summary.

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/MembershipOrganizations/Summary

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of MembershipOrganizationSummary

Response object type Collection of MembershipOrganizationSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Description string
EditIndicator boolean
Id integer
[
  {
    "Description": "sample string 1",
    "Id": 1,
    "EditIndicator": true
  },
  {
    "Description": "sample string 1",
    "Id": 1,
    "EditIndicator": true
  }
]
<MembershipOrganizationSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <MembershipOrganization>
    <Description>sample string 1</Description>
    <EditIndicator>true</EditIndicator>
    <Id>1</Id>
  </MembershipOrganization>
  <MembershipOrganization>
    <Description>sample string 1</Description>
    <EditIndicator>true</EditIndicator>
    <Id>1</Id>
  </MembershipOrganization>
</MembershipOrganizationSummaries>

No entries in change log for this operation.