Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Finance/MembershipOrganizations/{id} |
URI Parameters
|
Request BodyNone. |
Response object type : MembershipOrganization
Response object type 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
}
}
<MembershipOrganization xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<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>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Parameter Changed | 15.0.0 | id has been marked as required. | Required |