Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/CRM/ElectronicAddresses |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyRequest object type : ElectronicAddress
|
{
"Address": "sample string 1",
"AffiliatedConstituent": {
"Id": 1
},
"AltSalutationType": {
"Description": "sample string 1",
"Id": 1,
"Inactive": true
},
"CreatedDateTime": "2025-04-24T05:08:08.905739-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-24T05:08:08.905739-07:00",
"AllowHtmlFormat": true,
"Inactive": true,
"UpdatedDateTime": "2025-04-24T05:08:08.905739-07:00",
"UpdatedBy": "sample string 4",
"AllowMarketing": true,
"Months": "sample string 6",
"PrimaryIndicator": true,
"StartDate": "2025-04-24T05:08:08.905739-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-24T05:08:08.905739-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-24T05:08:08.905739-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-24T05:08:08.905739-07:00</StartDate>
<UpdatedBy>sample string 4</UpdatedBy>
<UpdatedDateTime>2025-04-24T05:08:08.905739-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 | Auto-assigned | ||
CreatedDateTime | date | N | Auto-assigned | ||
CreateLocation | string | N | Auto-assigned | ||
EditIndicator | boolean | ||||
ElectronicAddressType | ElectronicAddressTypeSummary | Y | |||
FK: TR_EADDRESS_TYPE.id   Resource: ElectronicAddressTypes | |||||
EndDate | date | N | |||
Id | integer | N | Auto-assigned | ||
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 | N | Auto-assigned |
{
"Address": "sample string 1",
"AffiliatedConstituent": {
"Id": 1
},
"AltSalutationType": {
"Description": "sample string 1",
"Id": 1,
"Inactive": true
},
"CreatedDateTime": "2025-04-24T05:08:08.9213496-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-24T05:08:08.9213496-07:00",
"AllowHtmlFormat": true,
"Inactive": true,
"UpdatedDateTime": "2025-04-24T05:08:08.9213496-07:00",
"UpdatedBy": "sample string 4",
"AllowMarketing": true,
"Months": "sample string 6",
"PrimaryIndicator": true,
"StartDate": "2025-04-24T05:08:08.9213496-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-24T05:08:08.9213496-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-24T05:08:08.9213496-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-24T05:08:08.9213496-07:00</StartDate>
<UpdatedBy>sample string 4</UpdatedBy>
<UpdatedDateTime>2025-04-24T05:08:08.9213496-07:00</UpdatedDateTime>
</ElectronicAddress>
No entries in change log for this operation.