Http Verb | PUT |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Web/Session/{sessionKey}/Constituents |
URI Parameters
|
Request BodyRequest object type : SetConstituentRequest
|
{
"ConstituentId": 1,
"OverridePrompt": true
}
<SetConstituentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ConstituentId>1</ConstituentId>
<OverridePrompt>true</OverridePrompt>
</SetConstituentRequest>
Response object type : Collection of WebConstituentDisplaySummary
Response object type Collection of WebConstituentDisplaySummary has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
DisplayName | string | ||||
Id | integer |
[
{
"Id": 1,
"DisplayName": "sample string 1"
},
{
"Id": 1,
"DisplayName": "sample string 1"
}
]
<WebConstituentDisplaySummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<WebConstituentDisplaySummary>
<DisplayName>sample string 1</DisplayName>
<Id>1</Id>
</WebConstituentDisplaySummary>
<WebConstituentDisplaySummary>
<DisplayName>sample string 1</DisplayName>
<Id>1</Id>
</WebConstituentDisplaySummary>
</WebConstituentDisplaySummaries>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Parameter Changed | 15.0.0 | sessionKey has been marked as required. | Required |