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

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

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of MembershipOrganization

Response object type Collection of MembershipOrganization has the following properties.
Property Name Data Type Length Required Readonly Notes
ControlGroup ControlGroupSummary N
FK: TR_CONTROL_GROUP.id   Resource: ControlGroups
Description string N
EditIndicator boolean
Id integer N
[
  {
    "Description": "sample string 1",
    "Id": 1,
    "EditIndicator": true,
    "ControlGroup": {
      "Description": "sample string 1",
      "Id": 2,
      "Inactive": true
    }
  },
  {
    "Description": "sample string 1",
    "Id": 1,
    "EditIndicator": true,
    "ControlGroup": {
      "Description": "sample string 1",
      "Id": 2,
      "Inactive": true
    }
  }
]
<MembershipOrganizations xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <MembershipOrganization>
    <ControlGroup>
      <Description>sample string 1</Description>
      <Id>2</Id>
      <Inactive>true</Inactive>
    </ControlGroup>
    <Description>sample string 1</Description>
    <EditIndicator>true</EditIndicator>
    <Id>1</Id>
  </MembershipOrganization>
  <MembershipOrganization>
    <ControlGroup>
      <Description>sample string 1</Description>
      <Id>2</Id>
      <Inactive>true</Inactive>
    </ControlGroup>
    <Description>sample string 1</Description>
    <EditIndicator>true</EditIndicator>
    <Id>1</Id>
  </MembershipOrganization>
</MembershipOrganizations>

No entries in change log for this operation.