Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Security/ValidateWebLogin |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyRequest object type : WebLoginValidationRequest
|
{
"LoginName": "sample string 1",
"LoginTypeId": 2,
"Password": "sample string 3"
}
<WebLoginValidationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<LoginName>sample string 1</LoginName>
<LoginTypeId>2</LoginTypeId>
<Password>sample string 3</Password>
</WebLoginValidationRequest>
Response object type : WebLoginValidationResponse
Response object type WebLoginValidationResponse has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
Constituent | ConstituentDisplaySummary | ||||
IsAuthenticated | boolean |
{
"IsAuthenticated": true,
"Constituent": {
"Id": 1,
"SortName": "sample string 1",
"DisplayName": "sample string 2"
}
}
<WebLoginValidationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Constituent>
<DisplayName>sample string 2</DisplayName>
<Id>1</Id>
<SortName>sample string 1</SortName>
</Constituent>
<IsAuthenticated>true</IsAuthenticated>
</WebLoginValidationResponse>
No entries in change log for this operation.