POST classroomAPI/Support/submitTicket
Request Information
URI Parameters
None.
Body Parameters
SupportTicketName | 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": "4685b460-4f5f-4c33-85c9-b2548d3f8b40", "SUP_TCK_ISSUE": "sample string 2", "SUP_TICK_PROJECT_ID_FK": "bfa9077a-e3ee-4068-92b9-c53b576b1d60", "SUP_TCK_RAISED_BY_FK": "a9b7c491-0b5e-4827-99e6-a49c5e26049d", "SUP_TCK_DUPLICATE_ID_FK": "94a86948-8bfa-4341-884d-4fdaa9a21c38", "SUP_TCK_ALLOCATED_TO": "21357223-c90e-4ef2-b2f1-3c4f76dbe62a", "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": "2024-11-25T04:41:37.1603111-05:00", "SUP_TCK_CLOSED": "2024-11-25T04:41:37.1603111-05: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": "bd22a8fc-27c6-42cd-baaa-70dd471467c3", "FirstName": "sample string 2", "LastName": "sample string 3", "JobTitle": "sample string 4", "Email": "sample string 5", "CompanyID": 6 }, "RaisedByUser": { "UserID": "bd22a8fc-27c6-42cd-baaa-70dd471467c3", "FirstName": "sample string 2", "LastName": "sample string 3", "JobTitle": "sample string 4", "Email": "sample string 5", "CompanyID": 6 } }, "SUP_TCK_UPDATED": "2024-11-25T04:41:37.1603111-05:00", "SUP_TCK_ATTACHMENT_URL": "sample string 7", "Comments": [ { "SUP_DISC_ID_PK": "ea440665-64c1-4cca-bd8a-d3c6488039cb", "SUP_DISC_TICK_FK": "2ec1106e-f895-4f4c-b1ae-2839a33e1105", "SUP_DISC_AUTHOR_FK": "e6525c0f-1870-4e02-87df-6e9b162b7574", "SUP_DISC_REPLYTO_ID_FK": "0c2ad50f-8633-474b-8e48-9c28630fedbe", "SUP_DISC_ONLYSHOWTO_FK": "795e7534-ada0-4393-b77e-950db96b5bef", "SUP_DISC_HIDE_FROM_CLIENT": true, "SUP_DISC_COMMENT": "sample string 4", "SUP_DISC_DATED": "2024-11-25T04:41:37.1603111-05:00", "SUP_DISC_AUTHOR_NAME": "sample string 5", "SUP_DISC_ATTACHMENT_URL": "sample string 6" }, { "SUP_DISC_ID_PK": "ea440665-64c1-4cca-bd8a-d3c6488039cb", "SUP_DISC_TICK_FK": "2ec1106e-f895-4f4c-b1ae-2839a33e1105", "SUP_DISC_AUTHOR_FK": "e6525c0f-1870-4e02-87df-6e9b162b7574", "SUP_DISC_REPLYTO_ID_FK": "0c2ad50f-8633-474b-8e48-9c28630fedbe", "SUP_DISC_ONLYSHOWTO_FK": "795e7534-ada0-4393-b77e-950db96b5bef", "SUP_DISC_HIDE_FROM_CLIENT": true, "SUP_DISC_COMMENT": "sample string 4", "SUP_DISC_DATED": "2024-11-25T04:41:37.1603111-05: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>e6525c0f-1870-4e02-87df-6e9b162b7574</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>2024-11-25T04:41:37.1603111-05:00</SUP_DISC_DATED> <SUP_DISC_HIDE_FROM_CLIENT>true</SUP_DISC_HIDE_FROM_CLIENT> <SUP_DISC_ID_PK>ea440665-64c1-4cca-bd8a-d3c6488039cb</SUP_DISC_ID_PK> <SUP_DISC_ONLYSHOWTO_FK>795e7534-ada0-4393-b77e-950db96b5bef</SUP_DISC_ONLYSHOWTO_FK> <SUP_DISC_REPLYTO_ID_FK>0c2ad50f-8633-474b-8e48-9c28630fedbe</SUP_DISC_REPLYTO_ID_FK> <SUP_DISC_TICK_FK>2ec1106e-f895-4f4c-b1ae-2839a33e1105</SUP_DISC_TICK_FK> </SupportComments> <SupportComments> <SUP_DISC_ATTACHMENT_URL>sample string 6</SUP_DISC_ATTACHMENT_URL> <SUP_DISC_AUTHOR_FK>e6525c0f-1870-4e02-87df-6e9b162b7574</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>2024-11-25T04:41:37.1603111-05:00</SUP_DISC_DATED> <SUP_DISC_HIDE_FROM_CLIENT>true</SUP_DISC_HIDE_FROM_CLIENT> <SUP_DISC_ID_PK>ea440665-64c1-4cca-bd8a-d3c6488039cb</SUP_DISC_ID_PK> <SUP_DISC_ONLYSHOWTO_FK>795e7534-ada0-4393-b77e-950db96b5bef</SUP_DISC_ONLYSHOWTO_FK> <SUP_DISC_REPLYTO_ID_FK>0c2ad50f-8633-474b-8e48-9c28630fedbe</SUP_DISC_REPLYTO_ID_FK> <SUP_DISC_TICK_FK>2ec1106e-f895-4f4c-b1ae-2839a33e1105</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>bd22a8fc-27c6-42cd-baaa-70dd471467c3</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>bd22a8fc-27c6-42cd-baaa-70dd471467c3</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>21357223-c90e-4ef2-b2f1-3c4f76dbe62a</SUP_TCK_ALLOCATED_TO> <SUP_TCK_ATTACHMENT_URL>sample string 7</SUP_TCK_ATTACHMENT_URL> <SUP_TCK_CLOSED>2024-11-25T04:41:37.1603111-05:00</SUP_TCK_CLOSED> <SUP_TCK_CREATED>2024-11-25T04:41:37.1603111-05:00</SUP_TCK_CREATED> <SUP_TCK_DUPLICATE_ID_FK>94a86948-8bfa-4341-884d-4fdaa9a21c38</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>4685b460-4f5f-4c33-85c9-b2548d3f8b40</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>a9b7c491-0b5e-4827-99e6-a49c5e26049d</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>2024-11-25T04:41:37.1603111-05:00</SUP_TCK_UPDATED> <SUP_TICK_PROJECT_ID_FK>bfa9077a-e3ee-4068-92b9-c53b576b1d60</SUP_TICK_PROJECT_ID_FK> </SupportTicket>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SupportTicketName | 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": "3a25fe62-2d7f-44b4-bcf4-6ddc1776d043", "SUP_TCK_ISSUE": "sample string 2", "SUP_TICK_PROJECT_ID_FK": "99aa9105-7bac-4c3f-ae7c-97357f29d9d5", "SUP_TCK_RAISED_BY_FK": "2806c491-1211-49e8-a468-6f63d4e16bb2", "SUP_TCK_DUPLICATE_ID_FK": "6e1fcd27-f8d8-4d76-a790-7eb5d2996e60", "SUP_TCK_ALLOCATED_TO": "be6a635b-71eb-424c-b1a7-fbbe61ec2918", "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": "2024-11-25T04:41:37.1603111-05:00", "SUP_TCK_CLOSED": "2024-11-25T04:41:37.1603111-05: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": "060b4784-80d5-4afb-ae8a-a002c8cedf7d", "FirstName": "sample string 2", "LastName": "sample string 3", "JobTitle": "sample string 4", "Email": "sample string 5", "CompanyID": 6 }, "RaisedByUser": { "UserID": "060b4784-80d5-4afb-ae8a-a002c8cedf7d", "FirstName": "sample string 2", "LastName": "sample string 3", "JobTitle": "sample string 4", "Email": "sample string 5", "CompanyID": 6 } }, "SUP_TCK_UPDATED": "2024-11-25T04:41:37.1603111-05:00", "SUP_TCK_ATTACHMENT_URL": "sample string 7", "Comments": [ { "SUP_DISC_ID_PK": "69c8513b-5ae5-401b-b540-adb50575f24c", "SUP_DISC_TICK_FK": "ce39d648-5d84-4561-8f69-a7e6a935cbc3", "SUP_DISC_AUTHOR_FK": "39d88efc-e751-4c92-8b92-64c2727b2fb9", "SUP_DISC_REPLYTO_ID_FK": "fdd05fcf-edb0-495b-bc62-8ca6c92a0d70", "SUP_DISC_ONLYSHOWTO_FK": "9e4e939d-3106-4779-b46c-7cb412a06b07", "SUP_DISC_HIDE_FROM_CLIENT": true, "SUP_DISC_COMMENT": "sample string 4", "SUP_DISC_DATED": "2024-11-25T04:41:37.1603111-05:00", "SUP_DISC_AUTHOR_NAME": "sample string 5", "SUP_DISC_ATTACHMENT_URL": "sample string 6" }, { "SUP_DISC_ID_PK": "69c8513b-5ae5-401b-b540-adb50575f24c", "SUP_DISC_TICK_FK": "ce39d648-5d84-4561-8f69-a7e6a935cbc3", "SUP_DISC_AUTHOR_FK": "39d88efc-e751-4c92-8b92-64c2727b2fb9", "SUP_DISC_REPLYTO_ID_FK": "fdd05fcf-edb0-495b-bc62-8ca6c92a0d70", "SUP_DISC_ONLYSHOWTO_FK": "9e4e939d-3106-4779-b46c-7cb412a06b07", "SUP_DISC_HIDE_FROM_CLIENT": true, "SUP_DISC_COMMENT": "sample string 4", "SUP_DISC_DATED": "2024-11-25T04:41:37.1603111-05: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>39d88efc-e751-4c92-8b92-64c2727b2fb9</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>2024-11-25T04:41:37.1603111-05:00</SUP_DISC_DATED> <SUP_DISC_HIDE_FROM_CLIENT>true</SUP_DISC_HIDE_FROM_CLIENT> <SUP_DISC_ID_PK>69c8513b-5ae5-401b-b540-adb50575f24c</SUP_DISC_ID_PK> <SUP_DISC_ONLYSHOWTO_FK>9e4e939d-3106-4779-b46c-7cb412a06b07</SUP_DISC_ONLYSHOWTO_FK> <SUP_DISC_REPLYTO_ID_FK>fdd05fcf-edb0-495b-bc62-8ca6c92a0d70</SUP_DISC_REPLYTO_ID_FK> <SUP_DISC_TICK_FK>ce39d648-5d84-4561-8f69-a7e6a935cbc3</SUP_DISC_TICK_FK> </SupportComments> <SupportComments> <SUP_DISC_ATTACHMENT_URL>sample string 6</SUP_DISC_ATTACHMENT_URL> <SUP_DISC_AUTHOR_FK>39d88efc-e751-4c92-8b92-64c2727b2fb9</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>2024-11-25T04:41:37.1603111-05:00</SUP_DISC_DATED> <SUP_DISC_HIDE_FROM_CLIENT>true</SUP_DISC_HIDE_FROM_CLIENT> <SUP_DISC_ID_PK>69c8513b-5ae5-401b-b540-adb50575f24c</SUP_DISC_ID_PK> <SUP_DISC_ONLYSHOWTO_FK>9e4e939d-3106-4779-b46c-7cb412a06b07</SUP_DISC_ONLYSHOWTO_FK> <SUP_DISC_REPLYTO_ID_FK>fdd05fcf-edb0-495b-bc62-8ca6c92a0d70</SUP_DISC_REPLYTO_ID_FK> <SUP_DISC_TICK_FK>ce39d648-5d84-4561-8f69-a7e6a935cbc3</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>060b4784-80d5-4afb-ae8a-a002c8cedf7d</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>060b4784-80d5-4afb-ae8a-a002c8cedf7d</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>be6a635b-71eb-424c-b1a7-fbbe61ec2918</SUP_TCK_ALLOCATED_TO> <SUP_TCK_ATTACHMENT_URL>sample string 7</SUP_TCK_ATTACHMENT_URL> <SUP_TCK_CLOSED>2024-11-25T04:41:37.1603111-05:00</SUP_TCK_CLOSED> <SUP_TCK_CREATED>2024-11-25T04:41:37.1603111-05:00</SUP_TCK_CREATED> <SUP_TCK_DUPLICATE_ID_FK>6e1fcd27-f8d8-4d76-a790-7eb5d2996e60</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>3a25fe62-2d7f-44b4-bcf4-6ddc1776d043</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>2806c491-1211-49e8-a468-6f63d4e16bb2</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>2024-11-25T04:41:37.1603111-05:00</SUP_TCK_UPDATED> <SUP_TICK_PROJECT_ID_FK>99aa9105-7bac-4c3f-ae7c-97357f29d9d5</SUP_TICK_PROJECT_ID_FK> </SupportTicket>