POST classroomAPI/Support/submitTicket
Request Information
URI Parameters
None.
Body Parameters
SupportTicket| Name | Description | Type | Additional information |
|---|---|---|---|
| SUP_TCK_ID_PK | globally unique identifier |
None. |
|
| SUP_TCK_ISSUE | string |
None. |
|
| SUP_TICK_PROJECT_ID_FK | globally unique identifier |
None. |
|
| SUP_TCK_RAISED_BY_FK | globally unique identifier |
None. |
|
| SUP_TCK_DUPLICATE_ID_FK | globally unique identifier |
None. |
|
| SUP_TCK_ALLOCATED_TO | globally unique identifier |
None. |
|
| SUP_TCK_STATE | integer |
None. |
|
| SUP_TCK_PRIORTY | integer |
None. |
|
| SUP_TCK_IMPACT | integer |
None. |
|
| SUP_TCK_SEVERITY | integer |
None. |
|
| SUP_TCK_TYPE | integer |
None. |
|
| SUP_TCK_HOURS_WORKED | decimal number |
None. |
|
| SUP_TCK_HOURS_ESTIMATED | decimal number |
None. |
|
| SUP_TCK_REPRO_STEPS | string |
None. |
|
| SUP_TCK_SYSTEM_INFO | string |
None. |
|
| SUP_TCK_ACCEPTANCE_CRITERIA | string |
None. |
|
| SUP_TCK_CREATED | date |
None. |
|
| SUP_TCK_CLOSED | date |
None. |
|
| MetaData | SupportMetaData |
None. |
|
| SUP_TCK_UPDATED | date |
None. |
|
| SUP_TCK_ATTACHMENT_URL | string |
None. |
|
| Comments | Collection of SupportComments |
None. |
Request Formats
application/json, text/json
Sample:
{
"SUP_TCK_ID_PK": "46811404-0a11-43f5-88c6-38462dd6141e",
"SUP_TCK_ISSUE": "sample string 2",
"SUP_TICK_PROJECT_ID_FK": "eb6f4f71-a4ac-4f70-8feb-b79ce52d522c",
"SUP_TCK_RAISED_BY_FK": "9133e9de-79e1-4ff2-a849-7f037dd0ca92",
"SUP_TCK_DUPLICATE_ID_FK": "450098b0-9b87-48e5-ba33-5aa96725e139",
"SUP_TCK_ALLOCATED_TO": "37e1c316-68eb-4162-9d84-1dd6739f8876",
"SUP_TCK_STATE": 1,
"SUP_TCK_PRIORTY": 1,
"SUP_TCK_IMPACT": 1,
"SUP_TCK_SEVERITY": 1,
"SUP_TCK_TYPE": 1,
"SUP_TCK_HOURS_WORKED": 1.0,
"SUP_TCK_HOURS_ESTIMATED": 1.0,
"SUP_TCK_REPRO_STEPS": "sample string 4",
"SUP_TCK_SYSTEM_INFO": "sample string 5",
"SUP_TCK_ACCEPTANCE_CRITERIA": "sample string 6",
"SUP_TCK_CREATED": "2026-06-01T13:43:09.5502897-04:00",
"SUP_TCK_CLOSED": "2026-06-01T13:43:09.5502897-04:00",
"MetaData": {
"Severitys": [
{
"SUP_SEVERITY_ID_PK": 1,
"SUP_SEVERITY_NAME": "sample string 2",
"SUP_SEVERITY_SLA_RESPONSE_EXPECTED_HOURS": 1
},
{
"SUP_SEVERITY_ID_PK": 1,
"SUP_SEVERITY_NAME": "sample string 2",
"SUP_SEVERITY_SLA_RESPONSE_EXPECTED_HOURS": 1
}
],
"States": [
{
"SUP_STATE_ID_PK": 1,
"SUP_STATE_NAME": "sample string 2",
"SUP_STATE_COMPLETED": true
},
{
"SUP_STATE_ID_PK": 1,
"SUP_STATE_NAME": "sample string 2",
"SUP_STATE_COMPLETED": true
}
],
"Types": [
{
"SUP_TYPE_ID_PK": 1,
"SUP_TYPE_NAME": "sample string 2",
"SUP_TYPE_DESCRIPTION": "sample string 3"
},
{
"SUP_TYPE_ID_PK": 1,
"SUP_TYPE_NAME": "sample string 2",
"SUP_TYPE_DESCRIPTION": "sample string 3"
}
],
"Impacts": [
{
"SUP_IMP_ID": 1,
"SUP_IMP_NAME": "sample string 2",
"SUP_IMP_DESCRIPTION": "sample string 3"
},
{
"SUP_IMP_ID": 1,
"SUP_IMP_NAME": "sample string 2",
"SUP_IMP_DESCRIPTION": "sample string 3"
}
],
"Priorities": [
{
"SUP_PRI_ID": 1,
"SUP_PRI_NAME": "sample string 2",
"SUP_PRI_DESCRIPTION": "sample string 3"
},
{
"SUP_PRI_ID": 1,
"SUP_PRI_NAME": "sample string 2",
"SUP_PRI_DESCRIPTION": "sample string 3"
}
],
"AllocatedToUser": {
"UserID": "03f563d1-2765-4564-ac37-5ec2913fb0f2",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"JobTitle": "sample string 4",
"Email": "sample string 5",
"CompanyID": 6
},
"RaisedByUser": {
"UserID": "03f563d1-2765-4564-ac37-5ec2913fb0f2",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"JobTitle": "sample string 4",
"Email": "sample string 5",
"CompanyID": 6
}
},
"SUP_TCK_UPDATED": "2026-06-01T13:43:09.5502897-04:00",
"SUP_TCK_ATTACHMENT_URL": "sample string 7",
"Comments": [
{
"SUP_DISC_ID_PK": "a8fcd863-b81b-4173-a3b6-2e48a2409951",
"SUP_DISC_TICK_FK": "f79316a9-e9a5-4bcd-9a95-31ffbeb0a221",
"SUP_DISC_AUTHOR_FK": "4917d712-d595-4990-833f-aaf17ce98feb",
"SUP_DISC_REPLYTO_ID_FK": "8d10f990-3bef-496b-ba39-d2a5c9fbbe0d",
"SUP_DISC_ONLYSHOWTO_FK": "c4da0e20-b7ce-408b-94c3-f822a6d2b31c",
"SUP_DISC_HIDE_FROM_CLIENT": true,
"SUP_DISC_COMMENT": "sample string 4",
"SUP_DISC_DATED": "2026-06-01T13:43:09.5502897-04:00",
"SUP_DISC_AUTHOR_NAME": "sample string 5",
"SUP_DISC_ATTACHMENT_URL": "sample string 6"
},
{
"SUP_DISC_ID_PK": "a8fcd863-b81b-4173-a3b6-2e48a2409951",
"SUP_DISC_TICK_FK": "f79316a9-e9a5-4bcd-9a95-31ffbeb0a221",
"SUP_DISC_AUTHOR_FK": "4917d712-d595-4990-833f-aaf17ce98feb",
"SUP_DISC_REPLYTO_ID_FK": "8d10f990-3bef-496b-ba39-d2a5c9fbbe0d",
"SUP_DISC_ONLYSHOWTO_FK": "c4da0e20-b7ce-408b-94c3-f822a6d2b31c",
"SUP_DISC_HIDE_FROM_CLIENT": true,
"SUP_DISC_COMMENT": "sample string 4",
"SUP_DISC_DATED": "2026-06-01T13:43:09.5502897-04:00",
"SUP_DISC_AUTHOR_NAME": "sample string 5",
"SUP_DISC_ATTACHMENT_URL": "sample string 6"
}
]
}
application/xml, text/xml
Sample:
<SupportTicket xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classroom.ClassroomBLL">
<Comments>
<SupportComments>
<SUP_DISC_ATTACHMENT_URL>sample string 6</SUP_DISC_ATTACHMENT_URL>
<SUP_DISC_AUTHOR_FK>4917d712-d595-4990-833f-aaf17ce98feb</SUP_DISC_AUTHOR_FK>
<SUP_DISC_AUTHOR_NAME>sample string 5</SUP_DISC_AUTHOR_NAME>
<SUP_DISC_COMMENT>sample string 4</SUP_DISC_COMMENT>
<SUP_DISC_DATED>2026-06-01T13:43:09.5502897-04:00</SUP_DISC_DATED>
<SUP_DISC_HIDE_FROM_CLIENT>true</SUP_DISC_HIDE_FROM_CLIENT>
<SUP_DISC_ID_PK>a8fcd863-b81b-4173-a3b6-2e48a2409951</SUP_DISC_ID_PK>
<SUP_DISC_ONLYSHOWTO_FK>c4da0e20-b7ce-408b-94c3-f822a6d2b31c</SUP_DISC_ONLYSHOWTO_FK>
<SUP_DISC_REPLYTO_ID_FK>8d10f990-3bef-496b-ba39-d2a5c9fbbe0d</SUP_DISC_REPLYTO_ID_FK>
<SUP_DISC_TICK_FK>f79316a9-e9a5-4bcd-9a95-31ffbeb0a221</SUP_DISC_TICK_FK>
</SupportComments>
<SupportComments>
<SUP_DISC_ATTACHMENT_URL>sample string 6</SUP_DISC_ATTACHMENT_URL>
<SUP_DISC_AUTHOR_FK>4917d712-d595-4990-833f-aaf17ce98feb</SUP_DISC_AUTHOR_FK>
<SUP_DISC_AUTHOR_NAME>sample string 5</SUP_DISC_AUTHOR_NAME>
<SUP_DISC_COMMENT>sample string 4</SUP_DISC_COMMENT>
<SUP_DISC_DATED>2026-06-01T13:43:09.5502897-04:00</SUP_DISC_DATED>
<SUP_DISC_HIDE_FROM_CLIENT>true</SUP_DISC_HIDE_FROM_CLIENT>
<SUP_DISC_ID_PK>a8fcd863-b81b-4173-a3b6-2e48a2409951</SUP_DISC_ID_PK>
<SUP_DISC_ONLYSHOWTO_FK>c4da0e20-b7ce-408b-94c3-f822a6d2b31c</SUP_DISC_ONLYSHOWTO_FK>
<SUP_DISC_REPLYTO_ID_FK>8d10f990-3bef-496b-ba39-d2a5c9fbbe0d</SUP_DISC_REPLYTO_ID_FK>
<SUP_DISC_TICK_FK>f79316a9-e9a5-4bcd-9a95-31ffbeb0a221</SUP_DISC_TICK_FK>
</SupportComments>
</Comments>
<MetaData>
<AllocatedToUser>
<CompanyID>6</CompanyID>
<Email>sample string 5</Email>
<FirstName>sample string 2</FirstName>
<JobTitle>sample string 4</JobTitle>
<LastName>sample string 3</LastName>
<UserID>03f563d1-2765-4564-ac37-5ec2913fb0f2</UserID>
</AllocatedToUser>
<Impacts>
<SupportImpact>
<SUP_IMP_DESCRIPTION>sample string 3</SUP_IMP_DESCRIPTION>
<SUP_IMP_ID>1</SUP_IMP_ID>
<SUP_IMP_NAME>sample string 2</SUP_IMP_NAME>
</SupportImpact>
<SupportImpact>
<SUP_IMP_DESCRIPTION>sample string 3</SUP_IMP_DESCRIPTION>
<SUP_IMP_ID>1</SUP_IMP_ID>
<SUP_IMP_NAME>sample string 2</SUP_IMP_NAME>
</SupportImpact>
</Impacts>
<Priorities>
<SupportPriority>
<SUP_PRI_DESCRIPTION>sample string 3</SUP_PRI_DESCRIPTION>
<SUP_PRI_ID>1</SUP_PRI_ID>
<SUP_PRI_NAME>sample string 2</SUP_PRI_NAME>
</SupportPriority>
<SupportPriority>
<SUP_PRI_DESCRIPTION>sample string 3</SUP_PRI_DESCRIPTION>
<SUP_PRI_ID>1</SUP_PRI_ID>
<SUP_PRI_NAME>sample string 2</SUP_PRI_NAME>
</SupportPriority>
</Priorities>
<RaisedByUser>
<CompanyID>6</CompanyID>
<Email>sample string 5</Email>
<FirstName>sample string 2</FirstName>
<JobTitle>sample string 4</JobTitle>
<LastName>sample string 3</LastName>
<UserID>03f563d1-2765-4564-ac37-5ec2913fb0f2</UserID>
</RaisedByUser>
<Severitys>
<SupportSeverity>
<SUP_SEVERITY_ID_PK>1</SUP_SEVERITY_ID_PK>
<SUP_SEVERITY_NAME>sample string 2</SUP_SEVERITY_NAME>
<SUP_SEVERITY_SLA_RESPONSE_EXPECTED_HOURS>1</SUP_SEVERITY_SLA_RESPONSE_EXPECTED_HOURS>
</SupportSeverity>
<SupportSeverity>
<SUP_SEVERITY_ID_PK>1</SUP_SEVERITY_ID_PK>
<SUP_SEVERITY_NAME>sample string 2</SUP_SEVERITY_NAME>
<SUP_SEVERITY_SLA_RESPONSE_EXPECTED_HOURS>1</SUP_SEVERITY_SLA_RESPONSE_EXPECTED_HOURS>
</SupportSeverity>
</Severitys>
<States>
<SupportState>
<SUP_STATE_COMPLETED>true</SUP_STATE_COMPLETED>
<SUP_STATE_ID_PK>1</SUP_STATE_ID_PK>
<SUP_STATE_NAME>sample string 2</SUP_STATE_NAME>
</SupportState>
<SupportState>
<SUP_STATE_COMPLETED>true</SUP_STATE_COMPLETED>
<SUP_STATE_ID_PK>1</SUP_STATE_ID_PK>
<SUP_STATE_NAME>sample string 2</SUP_STATE_NAME>
</SupportState>
</States>
<Types>
<SupportTypes>
<SUP_TYPE_DESCRIPTION>sample string 3</SUP_TYPE_DESCRIPTION>
<SUP_TYPE_ID_PK>1</SUP_TYPE_ID_PK>
<SUP_TYPE_NAME>sample string 2</SUP_TYPE_NAME>
</SupportTypes>
<SupportTypes>
<SUP_TYPE_DESCRIPTION>sample string 3</SUP_TYPE_DESCRIPTION>
<SUP_TYPE_ID_PK>1</SUP_TYPE_ID_PK>
<SUP_TYPE_NAME>sample string 2</SUP_TYPE_NAME>
</SupportTypes>
</Types>
</MetaData>
<SUP_TCK_ACCEPTANCE_CRITERIA>sample string 6</SUP_TCK_ACCEPTANCE_CRITERIA>
<SUP_TCK_ALLOCATED_TO>37e1c316-68eb-4162-9d84-1dd6739f8876</SUP_TCK_ALLOCATED_TO>
<SUP_TCK_ATTACHMENT_URL>sample string 7</SUP_TCK_ATTACHMENT_URL>
<SUP_TCK_CLOSED>2026-06-01T13:43:09.5502897-04:00</SUP_TCK_CLOSED>
<SUP_TCK_CREATED>2026-06-01T13:43:09.5502897-04:00</SUP_TCK_CREATED>
<SUP_TCK_DUPLICATE_ID_FK>450098b0-9b87-48e5-ba33-5aa96725e139</SUP_TCK_DUPLICATE_ID_FK>
<SUP_TCK_HOURS_ESTIMATED>1</SUP_TCK_HOURS_ESTIMATED>
<SUP_TCK_HOURS_WORKED>1</SUP_TCK_HOURS_WORKED>
<SUP_TCK_ID_PK>46811404-0a11-43f5-88c6-38462dd6141e</SUP_TCK_ID_PK>
<SUP_TCK_IMPACT>1</SUP_TCK_IMPACT>
<SUP_TCK_ISSUE>sample string 2</SUP_TCK_ISSUE>
<SUP_TCK_PRIORTY>1</SUP_TCK_PRIORTY>
<SUP_TCK_RAISED_BY_FK>9133e9de-79e1-4ff2-a849-7f037dd0ca92</SUP_TCK_RAISED_BY_FK>
<SUP_TCK_REPRO_STEPS>sample string 4</SUP_TCK_REPRO_STEPS>
<SUP_TCK_SEVERITY>1</SUP_TCK_SEVERITY>
<SUP_TCK_STATE>1</SUP_TCK_STATE>
<SUP_TCK_SYSTEM_INFO>sample string 5</SUP_TCK_SYSTEM_INFO>
<SUP_TCK_TYPE>1</SUP_TCK_TYPE>
<SUP_TCK_UPDATED>2026-06-01T13:43:09.5502897-04:00</SUP_TCK_UPDATED>
<SUP_TICK_PROJECT_ID_FK>eb6f4f71-a4ac-4f70-8feb-b79ce52d522c</SUP_TICK_PROJECT_ID_FK>
</SupportTicket>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SupportTicket| Name | Description | Type | Additional information |
|---|---|---|---|
| SUP_TCK_ID_PK | globally unique identifier |
None. |
|
| SUP_TCK_ISSUE | string |
None. |
|
| SUP_TICK_PROJECT_ID_FK | globally unique identifier |
None. |
|
| SUP_TCK_RAISED_BY_FK | globally unique identifier |
None. |
|
| SUP_TCK_DUPLICATE_ID_FK | globally unique identifier |
None. |
|
| SUP_TCK_ALLOCATED_TO | globally unique identifier |
None. |
|
| SUP_TCK_STATE | integer |
None. |
|
| SUP_TCK_PRIORTY | integer |
None. |
|
| SUP_TCK_IMPACT | integer |
None. |
|
| SUP_TCK_SEVERITY | integer |
None. |
|
| SUP_TCK_TYPE | integer |
None. |
|
| SUP_TCK_HOURS_WORKED | decimal number |
None. |
|
| SUP_TCK_HOURS_ESTIMATED | decimal number |
None. |
|
| SUP_TCK_REPRO_STEPS | string |
None. |
|
| SUP_TCK_SYSTEM_INFO | string |
None. |
|
| SUP_TCK_ACCEPTANCE_CRITERIA | string |
None. |
|
| SUP_TCK_CREATED | date |
None. |
|
| SUP_TCK_CLOSED | date |
None. |
|
| MetaData | SupportMetaData |
None. |
|
| SUP_TCK_UPDATED | date |
None. |
|
| SUP_TCK_ATTACHMENT_URL | string |
None. |
|
| Comments | Collection of SupportComments |
None. |
Response Formats
application/json, text/json
Sample:
{
"SUP_TCK_ID_PK": "b5e5fdd5-b36f-4883-9dab-f33c5d0bfa1a",
"SUP_TCK_ISSUE": "sample string 2",
"SUP_TICK_PROJECT_ID_FK": "e74cf9c6-129a-4854-934e-b7157f892437",
"SUP_TCK_RAISED_BY_FK": "e7a1aea2-0703-47b9-abc0-60a4038b5a6a",
"SUP_TCK_DUPLICATE_ID_FK": "022a197a-a5a9-4745-8112-1e04d2812efc",
"SUP_TCK_ALLOCATED_TO": "c60e0be1-51b7-4e98-b427-3ef6e668ce48",
"SUP_TCK_STATE": 1,
"SUP_TCK_PRIORTY": 1,
"SUP_TCK_IMPACT": 1,
"SUP_TCK_SEVERITY": 1,
"SUP_TCK_TYPE": 1,
"SUP_TCK_HOURS_WORKED": 1.0,
"SUP_TCK_HOURS_ESTIMATED": 1.0,
"SUP_TCK_REPRO_STEPS": "sample string 4",
"SUP_TCK_SYSTEM_INFO": "sample string 5",
"SUP_TCK_ACCEPTANCE_CRITERIA": "sample string 6",
"SUP_TCK_CREATED": "2026-06-01T13:43:09.5502897-04:00",
"SUP_TCK_CLOSED": "2026-06-01T13:43:09.5502897-04:00",
"MetaData": {
"Severitys": [
{
"SUP_SEVERITY_ID_PK": 1,
"SUP_SEVERITY_NAME": "sample string 2",
"SUP_SEVERITY_SLA_RESPONSE_EXPECTED_HOURS": 1
},
{
"SUP_SEVERITY_ID_PK": 1,
"SUP_SEVERITY_NAME": "sample string 2",
"SUP_SEVERITY_SLA_RESPONSE_EXPECTED_HOURS": 1
}
],
"States": [
{
"SUP_STATE_ID_PK": 1,
"SUP_STATE_NAME": "sample string 2",
"SUP_STATE_COMPLETED": true
},
{
"SUP_STATE_ID_PK": 1,
"SUP_STATE_NAME": "sample string 2",
"SUP_STATE_COMPLETED": true
}
],
"Types": [
{
"SUP_TYPE_ID_PK": 1,
"SUP_TYPE_NAME": "sample string 2",
"SUP_TYPE_DESCRIPTION": "sample string 3"
},
{
"SUP_TYPE_ID_PK": 1,
"SUP_TYPE_NAME": "sample string 2",
"SUP_TYPE_DESCRIPTION": "sample string 3"
}
],
"Impacts": [
{
"SUP_IMP_ID": 1,
"SUP_IMP_NAME": "sample string 2",
"SUP_IMP_DESCRIPTION": "sample string 3"
},
{
"SUP_IMP_ID": 1,
"SUP_IMP_NAME": "sample string 2",
"SUP_IMP_DESCRIPTION": "sample string 3"
}
],
"Priorities": [
{
"SUP_PRI_ID": 1,
"SUP_PRI_NAME": "sample string 2",
"SUP_PRI_DESCRIPTION": "sample string 3"
},
{
"SUP_PRI_ID": 1,
"SUP_PRI_NAME": "sample string 2",
"SUP_PRI_DESCRIPTION": "sample string 3"
}
],
"AllocatedToUser": {
"UserID": "05cb0f43-712c-48b7-aefd-33cd5940e228",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"JobTitle": "sample string 4",
"Email": "sample string 5",
"CompanyID": 6
},
"RaisedByUser": {
"UserID": "05cb0f43-712c-48b7-aefd-33cd5940e228",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"JobTitle": "sample string 4",
"Email": "sample string 5",
"CompanyID": 6
}
},
"SUP_TCK_UPDATED": "2026-06-01T13:43:09.5502897-04:00",
"SUP_TCK_ATTACHMENT_URL": "sample string 7",
"Comments": [
{
"SUP_DISC_ID_PK": "bee5047c-edac-484e-a31a-fd9ca55ac374",
"SUP_DISC_TICK_FK": "ab1c95a7-953b-4e39-bd7a-77f9a0e348fa",
"SUP_DISC_AUTHOR_FK": "13782c89-5197-41ef-92fe-3274f05e3600",
"SUP_DISC_REPLYTO_ID_FK": "633bac5c-044e-46a2-8eaf-dc0cccda30c8",
"SUP_DISC_ONLYSHOWTO_FK": "e2ad01ce-5377-4bde-97a2-884fa337d510",
"SUP_DISC_HIDE_FROM_CLIENT": true,
"SUP_DISC_COMMENT": "sample string 4",
"SUP_DISC_DATED": "2026-06-01T13:43:09.5502897-04:00",
"SUP_DISC_AUTHOR_NAME": "sample string 5",
"SUP_DISC_ATTACHMENT_URL": "sample string 6"
},
{
"SUP_DISC_ID_PK": "bee5047c-edac-484e-a31a-fd9ca55ac374",
"SUP_DISC_TICK_FK": "ab1c95a7-953b-4e39-bd7a-77f9a0e348fa",
"SUP_DISC_AUTHOR_FK": "13782c89-5197-41ef-92fe-3274f05e3600",
"SUP_DISC_REPLYTO_ID_FK": "633bac5c-044e-46a2-8eaf-dc0cccda30c8",
"SUP_DISC_ONLYSHOWTO_FK": "e2ad01ce-5377-4bde-97a2-884fa337d510",
"SUP_DISC_HIDE_FROM_CLIENT": true,
"SUP_DISC_COMMENT": "sample string 4",
"SUP_DISC_DATED": "2026-06-01T13:43:09.5502897-04:00",
"SUP_DISC_AUTHOR_NAME": "sample string 5",
"SUP_DISC_ATTACHMENT_URL": "sample string 6"
}
]
}
application/xml, text/xml
Sample:
<SupportTicket xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classroom.ClassroomBLL">
<Comments>
<SupportComments>
<SUP_DISC_ATTACHMENT_URL>sample string 6</SUP_DISC_ATTACHMENT_URL>
<SUP_DISC_AUTHOR_FK>13782c89-5197-41ef-92fe-3274f05e3600</SUP_DISC_AUTHOR_FK>
<SUP_DISC_AUTHOR_NAME>sample string 5</SUP_DISC_AUTHOR_NAME>
<SUP_DISC_COMMENT>sample string 4</SUP_DISC_COMMENT>
<SUP_DISC_DATED>2026-06-01T13:43:09.5502897-04:00</SUP_DISC_DATED>
<SUP_DISC_HIDE_FROM_CLIENT>true</SUP_DISC_HIDE_FROM_CLIENT>
<SUP_DISC_ID_PK>bee5047c-edac-484e-a31a-fd9ca55ac374</SUP_DISC_ID_PK>
<SUP_DISC_ONLYSHOWTO_FK>e2ad01ce-5377-4bde-97a2-884fa337d510</SUP_DISC_ONLYSHOWTO_FK>
<SUP_DISC_REPLYTO_ID_FK>633bac5c-044e-46a2-8eaf-dc0cccda30c8</SUP_DISC_REPLYTO_ID_FK>
<SUP_DISC_TICK_FK>ab1c95a7-953b-4e39-bd7a-77f9a0e348fa</SUP_DISC_TICK_FK>
</SupportComments>
<SupportComments>
<SUP_DISC_ATTACHMENT_URL>sample string 6</SUP_DISC_ATTACHMENT_URL>
<SUP_DISC_AUTHOR_FK>13782c89-5197-41ef-92fe-3274f05e3600</SUP_DISC_AUTHOR_FK>
<SUP_DISC_AUTHOR_NAME>sample string 5</SUP_DISC_AUTHOR_NAME>
<SUP_DISC_COMMENT>sample string 4</SUP_DISC_COMMENT>
<SUP_DISC_DATED>2026-06-01T13:43:09.5502897-04:00</SUP_DISC_DATED>
<SUP_DISC_HIDE_FROM_CLIENT>true</SUP_DISC_HIDE_FROM_CLIENT>
<SUP_DISC_ID_PK>bee5047c-edac-484e-a31a-fd9ca55ac374</SUP_DISC_ID_PK>
<SUP_DISC_ONLYSHOWTO_FK>e2ad01ce-5377-4bde-97a2-884fa337d510</SUP_DISC_ONLYSHOWTO_FK>
<SUP_DISC_REPLYTO_ID_FK>633bac5c-044e-46a2-8eaf-dc0cccda30c8</SUP_DISC_REPLYTO_ID_FK>
<SUP_DISC_TICK_FK>ab1c95a7-953b-4e39-bd7a-77f9a0e348fa</SUP_DISC_TICK_FK>
</SupportComments>
</Comments>
<MetaData>
<AllocatedToUser>
<CompanyID>6</CompanyID>
<Email>sample string 5</Email>
<FirstName>sample string 2</FirstName>
<JobTitle>sample string 4</JobTitle>
<LastName>sample string 3</LastName>
<UserID>05cb0f43-712c-48b7-aefd-33cd5940e228</UserID>
</AllocatedToUser>
<Impacts>
<SupportImpact>
<SUP_IMP_DESCRIPTION>sample string 3</SUP_IMP_DESCRIPTION>
<SUP_IMP_ID>1</SUP_IMP_ID>
<SUP_IMP_NAME>sample string 2</SUP_IMP_NAME>
</SupportImpact>
<SupportImpact>
<SUP_IMP_DESCRIPTION>sample string 3</SUP_IMP_DESCRIPTION>
<SUP_IMP_ID>1</SUP_IMP_ID>
<SUP_IMP_NAME>sample string 2</SUP_IMP_NAME>
</SupportImpact>
</Impacts>
<Priorities>
<SupportPriority>
<SUP_PRI_DESCRIPTION>sample string 3</SUP_PRI_DESCRIPTION>
<SUP_PRI_ID>1</SUP_PRI_ID>
<SUP_PRI_NAME>sample string 2</SUP_PRI_NAME>
</SupportPriority>
<SupportPriority>
<SUP_PRI_DESCRIPTION>sample string 3</SUP_PRI_DESCRIPTION>
<SUP_PRI_ID>1</SUP_PRI_ID>
<SUP_PRI_NAME>sample string 2</SUP_PRI_NAME>
</SupportPriority>
</Priorities>
<RaisedByUser>
<CompanyID>6</CompanyID>
<Email>sample string 5</Email>
<FirstName>sample string 2</FirstName>
<JobTitle>sample string 4</JobTitle>
<LastName>sample string 3</LastName>
<UserID>05cb0f43-712c-48b7-aefd-33cd5940e228</UserID>
</RaisedByUser>
<Severitys>
<SupportSeverity>
<SUP_SEVERITY_ID_PK>1</SUP_SEVERITY_ID_PK>
<SUP_SEVERITY_NAME>sample string 2</SUP_SEVERITY_NAME>
<SUP_SEVERITY_SLA_RESPONSE_EXPECTED_HOURS>1</SUP_SEVERITY_SLA_RESPONSE_EXPECTED_HOURS>
</SupportSeverity>
<SupportSeverity>
<SUP_SEVERITY_ID_PK>1</SUP_SEVERITY_ID_PK>
<SUP_SEVERITY_NAME>sample string 2</SUP_SEVERITY_NAME>
<SUP_SEVERITY_SLA_RESPONSE_EXPECTED_HOURS>1</SUP_SEVERITY_SLA_RESPONSE_EXPECTED_HOURS>
</SupportSeverity>
</Severitys>
<States>
<SupportState>
<SUP_STATE_COMPLETED>true</SUP_STATE_COMPLETED>
<SUP_STATE_ID_PK>1</SUP_STATE_ID_PK>
<SUP_STATE_NAME>sample string 2</SUP_STATE_NAME>
</SupportState>
<SupportState>
<SUP_STATE_COMPLETED>true</SUP_STATE_COMPLETED>
<SUP_STATE_ID_PK>1</SUP_STATE_ID_PK>
<SUP_STATE_NAME>sample string 2</SUP_STATE_NAME>
</SupportState>
</States>
<Types>
<SupportTypes>
<SUP_TYPE_DESCRIPTION>sample string 3</SUP_TYPE_DESCRIPTION>
<SUP_TYPE_ID_PK>1</SUP_TYPE_ID_PK>
<SUP_TYPE_NAME>sample string 2</SUP_TYPE_NAME>
</SupportTypes>
<SupportTypes>
<SUP_TYPE_DESCRIPTION>sample string 3</SUP_TYPE_DESCRIPTION>
<SUP_TYPE_ID_PK>1</SUP_TYPE_ID_PK>
<SUP_TYPE_NAME>sample string 2</SUP_TYPE_NAME>
</SupportTypes>
</Types>
</MetaData>
<SUP_TCK_ACCEPTANCE_CRITERIA>sample string 6</SUP_TCK_ACCEPTANCE_CRITERIA>
<SUP_TCK_ALLOCATED_TO>c60e0be1-51b7-4e98-b427-3ef6e668ce48</SUP_TCK_ALLOCATED_TO>
<SUP_TCK_ATTACHMENT_URL>sample string 7</SUP_TCK_ATTACHMENT_URL>
<SUP_TCK_CLOSED>2026-06-01T13:43:09.5502897-04:00</SUP_TCK_CLOSED>
<SUP_TCK_CREATED>2026-06-01T13:43:09.5502897-04:00</SUP_TCK_CREATED>
<SUP_TCK_DUPLICATE_ID_FK>022a197a-a5a9-4745-8112-1e04d2812efc</SUP_TCK_DUPLICATE_ID_FK>
<SUP_TCK_HOURS_ESTIMATED>1</SUP_TCK_HOURS_ESTIMATED>
<SUP_TCK_HOURS_WORKED>1</SUP_TCK_HOURS_WORKED>
<SUP_TCK_ID_PK>b5e5fdd5-b36f-4883-9dab-f33c5d0bfa1a</SUP_TCK_ID_PK>
<SUP_TCK_IMPACT>1</SUP_TCK_IMPACT>
<SUP_TCK_ISSUE>sample string 2</SUP_TCK_ISSUE>
<SUP_TCK_PRIORTY>1</SUP_TCK_PRIORTY>
<SUP_TCK_RAISED_BY_FK>e7a1aea2-0703-47b9-abc0-60a4038b5a6a</SUP_TCK_RAISED_BY_FK>
<SUP_TCK_REPRO_STEPS>sample string 4</SUP_TCK_REPRO_STEPS>
<SUP_TCK_SEVERITY>1</SUP_TCK_SEVERITY>
<SUP_TCK_STATE>1</SUP_TCK_STATE>
<SUP_TCK_SYSTEM_INFO>sample string 5</SUP_TCK_SYSTEM_INFO>
<SUP_TCK_TYPE>1</SUP_TCK_TYPE>
<SUP_TCK_UPDATED>2026-06-01T13:43:09.5502897-04:00</SUP_TCK_UPDATED>
<SUP_TICK_PROJECT_ID_FK>e74cf9c6-129a-4854-934e-b7157f892437</SUP_TICK_PROJECT_ID_FK>
</SupportTicket>