POST api/Ticket/GetTicketsDetail

Request Information

URI Parameters

None.

Body Parameters

TicketsFilter
NameDescriptionTypeAdditional information
ticket_date_from

string

None.

ticket_date_to

string

None.

ticket_code

integer

None.

ticket_clientId

string

None.

ticket_subject

string

None.

ticket_to_dept

string

None.

ticket_priority

string

None.

ticket_status

string

None.

ticket_madeby

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ticket_date_from": "sample string 1",
  "ticket_date_to": "sample string 2",
  "ticket_code": 3,
  "ticket_clientId": "sample string 4",
  "ticket_subject": "sample string 5",
  "ticket_to_dept": "sample string 6",
  "ticket_priority": "sample string 7",
  "ticket_status": "sample string 8",
  "ticket_madeby": 9
}

application/xml, text/xml

Sample:
<TicketsFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
  <ticket_clientId>sample string 4</ticket_clientId>
  <ticket_code>3</ticket_code>
  <ticket_date_from>sample string 1</ticket_date_from>
  <ticket_date_to>sample string 2</ticket_date_to>
  <ticket_madeby>9</ticket_madeby>
  <ticket_priority>sample string 7</ticket_priority>
  <ticket_status>sample string 8</ticket_status>
  <ticket_subject>sample string 5</ticket_subject>
  <ticket_to_dept>sample string 6</ticket_to_dept>
</TicketsFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.