ElectronicAddresses Test
CRM/ElectronicAddresses/{electronicAddressId}
Update an electronic address.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/ElectronicAddresses/{electronicAddressId}

URI Parameters

Parameter Name Data Type Required Notes
electronicAddressId integer Y

Request Body

Request object type : ElectronicAddress

Request object type ElectronicAddress has the following properties.
Property Name Data Type Length Required Readonly Notes
Address string 80 Y
AffiliatedConstituent Entity
AllowHtmlFormat boolean N
AllowMarketing boolean Y
AltSalutationType SalutationTypeSummary N
FK: TR_SIGNOR.id   Resource: SalutationTypes
Constituent Entity N
FK: T_CUSTOMER.customer_no   Resource: Constituents
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
EditIndicator boolean
ElectronicAddressType ElectronicAddressTypeSummary Y
FK: TR_EADDRESS_TYPE.id   Resource: ElectronicAddressTypes
EndDate date N
Id integer Y Non-updatable
Inactive boolean Y
IsEmail boolean
IsFromAffiliation boolean
Months string 12 Y Used to check the active month boxes on an eaddress. Passed as an array of 12 characters representing the 12 months of the year. Pass Y to check a month and N to not check a month (i.e. YYYNNYYYYYYY).
PrimaryIndicator boolean Y
StartDate date N
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "Address": "sample string 1",
  "AffiliatedConstituent": {
    "Id": 1
  },
  "AltSalutationType": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true
  },
  "CreatedDateTime": "2025-04-24T09:41:55.8094375-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "Constituent": {
    "Id": 1
  },
  "Id": 1,
  "ElectronicAddressType": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "IsEmail": true
  },
  "EndDate": "2025-04-24T09:41:55.8094375-07:00",
  "AllowHtmlFormat": true,
  "Inactive": true,
  "UpdatedDateTime": "2025-04-24T09:41:55.8094375-07:00",
  "UpdatedBy": "sample string 4",
  "AllowMarketing": true,
  "Months": "sample string 6",
  "PrimaryIndicator": true,
  "StartDate": "2025-04-24T09:41:55.8094375-07:00",
  "EditIndicator": true,
  "IsFromAffiliation": true,
  "IsEmail": true
}
<ElectronicAddress xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Address>sample string 1</Address>
  <AffiliatedConstituent>
    <Id>1</Id>
  </AffiliatedConstituent>
  <AllowHtmlFormat>true</AllowHtmlFormat>
  <AllowMarketing>true</AllowMarketing>
  <AltSalutationType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </AltSalutationType>
  <Constituent>
    <Id>1</Id>
  </Constituent>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T09:41:55.8094375-07:00</CreatedDateTime>
  <EditIndicator>true</EditIndicator>
  <ElectronicAddressType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <IsEmail>true</IsEmail>
  </ElectronicAddressType>
  <EndDate>2025-04-24T09:41:55.8094375-07:00</EndDate>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <IsEmail>true</IsEmail>
  <IsFromAffiliation>true</IsFromAffiliation>
  <Months>sample string 6</Months>
  <PrimaryIndicator>true</PrimaryIndicator>
  <StartDate>2025-04-24T09:41:55.8094375-07:00</StartDate>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedDateTime>2025-04-24T09:41:55.8094375-07:00</UpdatedDateTime>
</ElectronicAddress>

Response object type : ElectronicAddress

Response object type ElectronicAddress has the following properties.
Property Name Data Type Length Required Readonly Notes
Address string 80 Y
AffiliatedConstituent Entity
AllowHtmlFormat boolean N
AllowMarketing boolean Y
AltSalutationType SalutationTypeSummary N
FK: TR_SIGNOR.id   Resource: SalutationTypes
Constituent Entity N
FK: T_CUSTOMER.customer_no   Resource: Constituents
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
EditIndicator boolean
ElectronicAddressType ElectronicAddressTypeSummary Y
FK: TR_EADDRESS_TYPE.id   Resource: ElectronicAddressTypes
EndDate date N
Id integer Y Non-updatable
Inactive boolean Y
IsEmail boolean
IsFromAffiliation boolean
Months string 12 Y Used to check the active month boxes on an eaddress. Passed as an array of 12 characters representing the 12 months of the year. Pass Y to check a month and N to not check a month (i.e. YYYNNYYYYYYY).
PrimaryIndicator boolean Y
StartDate date N
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "Address": "sample string 1",
  "AffiliatedConstituent": {
    "Id": 1
  },
  "AltSalutationType": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true
  },
  "CreatedDateTime": "2025-04-24T09:41:55.8094375-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "Constituent": {
    "Id": 1
  },
  "Id": 1,
  "ElectronicAddressType": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "IsEmail": true
  },
  "EndDate": "2025-04-24T09:41:55.8094375-07:00",
  "AllowHtmlFormat": true,
  "Inactive": true,
  "UpdatedDateTime": "2025-04-24T09:41:55.8094375-07:00",
  "UpdatedBy": "sample string 4",
  "AllowMarketing": true,
  "Months": "sample string 6",
  "PrimaryIndicator": true,
  "StartDate": "2025-04-24T09:41:55.8094375-07:00",
  "EditIndicator": true,
  "IsFromAffiliation": true,
  "IsEmail": true
}
<ElectronicAddress xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Address>sample string 1</Address>
  <AffiliatedConstituent>
    <Id>1</Id>
  </AffiliatedConstituent>
  <AllowHtmlFormat>true</AllowHtmlFormat>
  <AllowMarketing>true</AllowMarketing>
  <AltSalutationType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </AltSalutationType>
  <Constituent>
    <Id>1</Id>
  </Constituent>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T09:41:55.8094375-07:00</CreatedDateTime>
  <EditIndicator>true</EditIndicator>
  <ElectronicAddressType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <IsEmail>true</IsEmail>
  </ElectronicAddressType>
  <EndDate>2025-04-24T09:41:55.8094375-07:00</EndDate>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <IsEmail>true</IsEmail>
  <IsFromAffiliation>true</IsFromAffiliation>
  <Months>sample string 6</Months>
  <PrimaryIndicator>true</PrimaryIndicator>
  <StartDate>2025-04-24T09:41:55.8094375-07:00</StartDate>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedDateTime>2025-04-24T09:41:55.8094375-07:00</UpdatedDateTime>
</ElectronicAddress>
Change Version Description Contract Old New
Parameter Changed 15.0.0 electronicAddressId has been marked as required. Required