| Http Verb | PUT |
| Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/CRM/Issues/{issueId} |
URI Parameters
|
Request BodyRequest object type : Issue
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"CreatedDateTime": "2025-10-28T10:01:30.0407315-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Id": 1,
"UpdatedDateTime": "2025-10-28T10:01:30.0407315-07:00",
"UpdatedBy": "sample string 3",
"ActivityType": {
"Description": "sample string 1",
"Id": 1,
"Inactive": true,
"Category": {
"Description": "sample string 1",
"Id": 1,
"Inactive": true
}
},
"ContactType": {
"Description": "sample string 1",
"Id": 1,
"Inactive": true
},
"Constituent": {
"Id": 1
},
"IssueDate": "2025-10-28T10:01:30.0407315-07:00",
"Notes": "sample string 4",
"Origin": {
"Description": "sample string 1",
"Id": 1,
"Inactive": true
},
"PerformanceId": 1,
"PackageId": 1,
"UrgentIndicator": true,
"ResolvedIndicator": true,
"HasReminder": true,
"EditIndicator": true
}
<Issue xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ActivityType>
<Category>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</Category>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</ActivityType>
<Constituent>
<Id>1</Id>
</Constituent>
<ContactType>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</ContactType>
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-10-28T10:01:30.0407315-07:00</CreatedDateTime>
<EditIndicator>true</EditIndicator>
<HasReminder>true</HasReminder>
<Id>1</Id>
<IssueDate>2025-10-28T10:01:30.0407315-07:00</IssueDate>
<Notes>sample string 4</Notes>
<Origin>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</Origin>
<PackageId>1</PackageId>
<PerformanceId>1</PerformanceId>
<ResolvedIndicator>true</ResolvedIndicator>
<UpdatedBy>sample string 3</UpdatedBy>
<UpdatedDateTime>2025-10-28T10:01:30.0407315-07:00</UpdatedDateTime>
<UrgentIndicator>true</UrgentIndicator>
</Issue>
Response object type : Issue
| Response object type Issue has the following properties. |
| Property Name | Data Type | Length | Required | Readonly | Notes |
|---|---|---|---|---|---|
| ActivityType | ActivityTypeSummary | Y | |||
| Constituent | Entity | Y | |||
| FK: T_CUSTOMER.customer_no   Resource: Constituents | |||||
| ContactType | ContactTypeSummary | Y | |||
| FK: TR_CONTACT_TYPE.id   Resource: ContactTypes | |||||
| CreatedBy | string | N | Non-updatable | ||
| CreatedDateTime | date | N | Non-updatable | ||
| CreateLocation | string | N | Non-updatable | ||
| EditIndicator | boolean | ||||
| HasReminder | boolean | Y | |||
| Id | integer | Y | Non-updatable | ||
| IssueDate | date | N | |||
| Notes | string | 4000 | N | ||
| Origin | OriginSummary | N | |||
| FK: TR_ORIGIN.id | |||||
| PackageId | integer | N | |||
| PerformanceId | integer | N | |||
| ResolvedIndicator | boolean | ||||
| UpdatedBy | string | N | Auto-assigned | ||
| UpdatedDateTime | date | Y | Auto-assigned | ||
| UrgentIndicator | boolean | N | |||
{
"CreatedDateTime": "2025-10-28T10:01:30.0407315-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Id": 1,
"UpdatedDateTime": "2025-10-28T10:01:30.0407315-07:00",
"UpdatedBy": "sample string 3",
"ActivityType": {
"Description": "sample string 1",
"Id": 1,
"Inactive": true,
"Category": {
"Description": "sample string 1",
"Id": 1,
"Inactive": true
}
},
"ContactType": {
"Description": "sample string 1",
"Id": 1,
"Inactive": true
},
"Constituent": {
"Id": 1
},
"IssueDate": "2025-10-28T10:01:30.0407315-07:00",
"Notes": "sample string 4",
"Origin": {
"Description": "sample string 1",
"Id": 1,
"Inactive": true
},
"PerformanceId": 1,
"PackageId": 1,
"UrgentIndicator": true,
"ResolvedIndicator": true,
"HasReminder": true,
"EditIndicator": true
}
<Issue xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ActivityType>
<Category>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</Category>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</ActivityType>
<Constituent>
<Id>1</Id>
</Constituent>
<ContactType>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</ContactType>
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-10-28T10:01:30.0407315-07:00</CreatedDateTime>
<EditIndicator>true</EditIndicator>
<HasReminder>true</HasReminder>
<Id>1</Id>
<IssueDate>2025-10-28T10:01:30.0407315-07:00</IssueDate>
<Notes>sample string 4</Notes>
<Origin>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</Origin>
<PackageId>1</PackageId>
<PerformanceId>1</PerformanceId>
<ResolvedIndicator>true</ResolvedIndicator>
<UpdatedBy>sample string 3</UpdatedBy>
<UpdatedDateTime>2025-10-28T10:01:30.0407315-07:00</UpdatedDateTime>
<UrgentIndicator>true</UrgentIndicator>
</Issue>
| Change | Version | Description | Contract | Old | New |
|---|---|---|---|---|---|
| Parameter Changed | 15.0.0 | issueId has been marked as required. | Required |