ElectronicAddresses Test
CRM/ElectronicAddresses/{electronicAddressId}/IsAttachedToLogin
Check if the specified electronic address is attached to a web login.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/ElectronicAddresses/{electronicAddressId}/IsAttachedToLogin

URI Parameters

Parameter Name Data Type Required Notes
electronicAddressId integer N

Request Body

None.

No request body.

Response object type : AttachedToLogin

Response object type AttachedToLogin has the following properties.
Property Name Data Type Length Required Readonly Notes
IsAttachedToLogin boolean
{
  "IsAttachedToLogin": true
}
<AttachedToLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <IsAttachedToLogin>true</IsAttachedToLogin>
</AttachedToLogin>

No entries in change log for this operation.