WebLogins Test
CRM/WebLogins
Create a new weblogin.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/WebLogins

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : WebLogin

Request object type WebLogin has the following properties.
Property Name Data Type Length Required Readonly Notes
Constituent Entity Y
ConstituentUpdateDate date N
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
EditIndicator boolean
Email Entity N
FK: T_EADDRESS.eaddress_no   Resource: ElectronicAddresses
FailedAttempts integer Y
Id integer N Auto-assigned
Inactive boolean Y
LastLoginDate date N
LockedDate date N
Login string 80 Y
LoginType LoginTypeSummary Y
FK: TR_LOGIN_TYPE.id   Resource: LoginTypes
PrimaryIndicator boolean Y Defaults to false.
TemporaryIndicator boolean Y Defaults to true.
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "ConstituentUpdateDate": "2025-04-24T04:58:24.2646971-07:00",
  "CreatedDateTime": "2025-04-24T04:58:24.2646971-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Constituent": {
    "Id": 1
  },
  "Email": {
    "Id": 1
  },
  "FailedAttempts": 3,
  "Inactive": true,
  "LastLoginDate": "2025-04-24T04:58:24.2646971-07:00",
  "UpdatedDateTime": "2025-04-24T04:58:24.2646971-07:00",
  "UpdatedBy": "sample string 4",
  "LockedDate": "2025-04-24T04:58:24.2646971-07:00",
  "Login": "sample string 5",
  "Id": 1,
  "LoginType": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true
  },
  "PrimaryIndicator": true,
  "TemporaryIndicator": true,
  "EditIndicator": true
}
<WebLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Constituent>
    <Id>1</Id>
  </Constituent>
  <ConstituentUpdateDate>2025-04-24T04:58:24.2646971-07:00</ConstituentUpdateDate>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T04:58:24.2646971-07:00</CreatedDateTime>
  <EditIndicator>true</EditIndicator>
  <Email>
    <Id>1</Id>
  </Email>
  <FailedAttempts>3</FailedAttempts>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <LastLoginDate>2025-04-24T04:58:24.2646971-07:00</LastLoginDate>
  <LockedDate>2025-04-24T04:58:24.2646971-07:00</LockedDate>
  <Login>sample string 5</Login>
  <LoginType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </LoginType>
  <PrimaryIndicator>true</PrimaryIndicator>
  <TemporaryIndicator>true</TemporaryIndicator>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:58:24.2646971-07:00</UpdatedDateTime>
</WebLogin>

Response object type : WebLogin

Response object type WebLogin has the following properties.
Property Name Data Type Length Required Readonly Notes
Constituent Entity Y
ConstituentUpdateDate date N
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
EditIndicator boolean
Email Entity N
FK: T_EADDRESS.eaddress_no   Resource: ElectronicAddresses
FailedAttempts integer Y
Id integer N Auto-assigned
Inactive boolean Y
LastLoginDate date N
LockedDate date N
Login string 80 Y
LoginType LoginTypeSummary Y
FK: TR_LOGIN_TYPE.id   Resource: LoginTypes
PrimaryIndicator boolean Y Defaults to false.
TemporaryIndicator boolean Y Defaults to true.
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "ConstituentUpdateDate": "2025-04-24T04:58:24.2646971-07:00",
  "CreatedDateTime": "2025-04-24T04:58:24.2646971-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "Constituent": {
    "Id": 1
  },
  "Email": {
    "Id": 1
  },
  "FailedAttempts": 3,
  "Inactive": true,
  "LastLoginDate": "2025-04-24T04:58:24.2646971-07:00",
  "UpdatedDateTime": "2025-04-24T04:58:24.2646971-07:00",
  "UpdatedBy": "sample string 4",
  "LockedDate": "2025-04-24T04:58:24.2646971-07:00",
  "Login": "sample string 5",
  "Id": 1,
  "LoginType": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true
  },
  "PrimaryIndicator": true,
  "TemporaryIndicator": true,
  "EditIndicator": true
}
<WebLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Constituent>
    <Id>1</Id>
  </Constituent>
  <ConstituentUpdateDate>2025-04-24T04:58:24.2646971-07:00</ConstituentUpdateDate>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T04:58:24.2646971-07:00</CreatedDateTime>
  <EditIndicator>true</EditIndicator>
  <Email>
    <Id>1</Id>
  </Email>
  <FailedAttempts>3</FailedAttempts>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <LastLoginDate>2025-04-24T04:58:24.2646971-07:00</LastLoginDate>
  <LockedDate>2025-04-24T04:58:24.2646971-07:00</LockedDate>
  <Login>sample string 5</Login>
  <LoginType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </LoginType>
  <PrimaryIndicator>true</PrimaryIndicator>
  <TemporaryIndicator>true</TemporaryIndicator>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:58:24.2646971-07:00</UpdatedDateTime>
</WebLogin>

No entries in change log for this operation.