POST v1/Support/GerenateTicketSupport

Request Information

URI Parameters

None.

Body Parameters

SupportS
NameDescriptionTypeAdditional information
id

integer

None.

FlagType

integer

None.

TSR_ProblemType

integer

None.

TSR_TrackId

string

None.

TSR_Subject

string

None.

TSR_Descriptions

string

None.

TSR_CreatedBy

string

None.

TSR_ApprovedDate

date

None.

TSR_CreatedDate

date

None.

TSR_IsCompleted

boolean

None.

FileRowCount

string

None.

TSRF_ID

string

None.

TSRF_FileName

string

None.

TSRF_FilePath

string

None.

TSRF_FileType

string

None.

TSRF_FileVirtualName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "FlagType": 2,
  "TSR_ProblemType": 3,
  "TSR_TrackId": "sample string 4",
  "TSR_Subject": "sample string 5",
  "TSR_Descriptions": "sample string 6",
  "TSR_CreatedBy": "sample string 7",
  "TSR_ApprovedDate": "2025-12-09T09:21:23.4825986+05:30",
  "TSR_CreatedDate": "2025-12-09T09:21:23.4825986+05:30",
  "TSR_IsCompleted": true,
  "FileRowCount": "sample string 9",
  "TSRF_ID": "sample string 10",
  "TSRF_FileName": "sample string 11",
  "TSRF_FilePath": "sample string 12",
  "TSRF_FileType": "sample string 13",
  "TSRF_FileVirtualName": "sample string 14"
}

application/xml, text/xml

Sample:
<DataModels.SupportS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RayHopeAPII.Models">
  <FileRowCount>sample string 9</FileRowCount>
  <FlagType>2</FlagType>
  <TSRF_FileName>sample string 11</TSRF_FileName>
  <TSRF_FilePath>sample string 12</TSRF_FilePath>
  <TSRF_FileType>sample string 13</TSRF_FileType>
  <TSRF_FileVirtualName>sample string 14</TSRF_FileVirtualName>
  <TSRF_ID>sample string 10</TSRF_ID>
  <TSR_ApprovedDate>2025-12-09T09:21:23.4825986+05:30</TSR_ApprovedDate>
  <TSR_CreatedBy>sample string 7</TSR_CreatedBy>
  <TSR_CreatedDate>2025-12-09T09:21:23.4825986+05:30</TSR_CreatedDate>
  <TSR_Descriptions>sample string 6</TSR_Descriptions>
  <TSR_IsCompleted>true</TSR_IsCompleted>
  <TSR_ProblemType>3</TSR_ProblemType>
  <TSR_Subject>sample string 5</TSR_Subject>
  <TSR_TrackId>sample string 4</TSR_TrackId>
  <id>1</id>
</DataModels.SupportS>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.