Http Verb | PUT |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/CRM/Research/{researchEntryId} |
URI Parameters
|
Request BodyRequest object type : ResearchEntry
|
{
"CreatedDateTime": "2025-04-24T09:41:54.8095298-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Id": 1,
"EditIndicator": true,
"UpdatedDateTime": "2025-04-24T09:41:54.8095298-07:00",
"UpdatedBy": "sample string 4",
"ResearchDate": "2025-04-24T09:41:54.8095298-07:00",
"ResearchSource": "sample string 5",
"Researcher": {
"Id": 1,
"SortName": "sample string 1",
"DisplayName": "sample string 2"
},
"ResearchType": {
"Id": 1,
"Description": "sample string 1",
"Inactive": true
},
"Constituent": {
"Id": 1
}
}
<ResearchEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Constituent>
<Id>1</Id>
</Constituent>
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-04-24T09:41:54.8095298-07:00</CreatedDateTime>
<EditIndicator>true</EditIndicator>
<Id>1</Id>
<ResearchDate>2025-04-24T09:41:54.8095298-07:00</ResearchDate>
<ResearchSource>sample string 5</ResearchSource>
<ResearchType>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</ResearchType>
<Researcher>
<DisplayName>sample string 2</DisplayName>
<Id>1</Id>
<SortName>sample string 1</SortName>
</Researcher>
<UpdatedBy>sample string 4</UpdatedBy>
<UpdatedDateTime>2025-04-24T09:41:54.8095298-07:00</UpdatedDateTime>
</ResearchEntry>
Response object type : ResearchEntry
Response object type ResearchEntry has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
Constituent | Entity | Y | |||
FK: T_CUSTOMER.customer_no   Resource: Constituents | |||||
CreatedBy | string | N | Non-updatable | ||
CreatedDateTime | date | N | Non-updatable | ||
CreateLocation | string | N | Non-updatable | ||
EditIndicator | boolean | ||||
Id | integer | Y | Non-updatable | ||
ResearchDate | date | N | |||
Researcher | ConstituentDisplaySummary | N | |||
FK: T_CUSTOMER.customer_no   Resource: Constituents | |||||
ResearchSource | string | 255 | N | ||
ResearchType | ResearchTypeSummary | Y | |||
FK: TR_RESEARCH_TYPE.id   Resource: ResearchTypes | |||||
UpdatedBy | string | N | Auto-assigned | ||
UpdatedDateTime | date | Y | Auto-assigned |
{
"CreatedDateTime": "2025-04-24T09:41:54.8095298-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Id": 1,
"EditIndicator": true,
"UpdatedDateTime": "2025-04-24T09:41:54.8095298-07:00",
"UpdatedBy": "sample string 4",
"ResearchDate": "2025-04-24T09:41:54.8095298-07:00",
"ResearchSource": "sample string 5",
"Researcher": {
"Id": 1,
"SortName": "sample string 1",
"DisplayName": "sample string 2"
},
"ResearchType": {
"Id": 1,
"Description": "sample string 1",
"Inactive": true
},
"Constituent": {
"Id": 1
}
}
<ResearchEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Constituent>
<Id>1</Id>
</Constituent>
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-04-24T09:41:54.8095298-07:00</CreatedDateTime>
<EditIndicator>true</EditIndicator>
<Id>1</Id>
<ResearchDate>2025-04-24T09:41:54.8095298-07:00</ResearchDate>
<ResearchSource>sample string 5</ResearchSource>
<ResearchType>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</ResearchType>
<Researcher>
<DisplayName>sample string 2</DisplayName>
<Id>1</Id>
<SortName>sample string 1</SortName>
</Researcher>
<UpdatedBy>sample string 4</UpdatedBy>
<UpdatedDateTime>2025-04-24T09:41:54.8095298-07:00</UpdatedDateTime>
</ResearchEntry>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Resource Added | 15.1.0 | New resource added. | Research |