ValidateWebLogin Test
Security/ValidateWebLogin
Validate a web login.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Security/ValidateWebLogin

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : WebLoginValidationRequest

Request object type WebLoginValidationRequest has the following properties.
Property Name Data Type Length Required Readonly Notes
LoginName string
LoginTypeId integer
Password string
{
  "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.