POST SupportTickets/Add

Request Information

URI Parameters

None.

Body Parameters

SupportTickets
NameDescriptionTypeAdditional information
TicketID

integer

None.

CustomerID

integer

None.

MemberID

integer

None.

MemberCode

string

None.

FullName

string

None.

Category

string

None.

Title

string

None.

Content

string

None.

Status

string

None.

Priority

string

None.

HasUnreadMessage

boolean

None.

IsDeleted

boolean

None.

CreatedOn

date

None.

CreatedBy

string

None.

ModifiedOn

date

None.

ModifiedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TicketID": 1,
  "CustomerID": 2,
  "MemberID": 1,
  "MemberCode": "sample string 3",
  "FullName": "sample string 4",
  "Category": "sample string 5",
  "Title": "sample string 6",
  "Content": "sample string 7",
  "Status": "sample string 8",
  "Priority": "sample string 9",
  "HasUnreadMessage": true,
  "IsDeleted": true,
  "CreatedOn": "2026-02-24T18:47:03.4367556+07:00",
  "CreatedBy": "sample string 11",
  "ModifiedOn": "2026-02-24T18:47:03.4367556+07:00",
  "ModifiedBy": "sample string 12"
}

application/xml, text/xml

Sample:
<SupportTickets xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PongOi.Api.Models">
  <Category>sample string 5</Category>
  <Content>sample string 7</Content>
  <CreatedBy>sample string 11</CreatedBy>
  <CreatedOn>2026-02-24T18:47:03.4367556+07:00</CreatedOn>
  <CustomerID>2</CustomerID>
  <FullName>sample string 4</FullName>
  <HasUnreadMessage>true</HasUnreadMessage>
  <IsDeleted>true</IsDeleted>
  <MemberCode>sample string 3</MemberCode>
  <MemberID>1</MemberID>
  <ModifiedBy>sample string 12</ModifiedBy>
  <ModifiedOn>2026-02-24T18:47:03.4367556+07:00</ModifiedOn>
  <Priority>sample string 9</Priority>
  <Status>sample string 8</Status>
  <TicketID>1</TicketID>
  <Title>sample string 6</Title>
</SupportTickets>

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.