POST Tickets/MergeTickets

Request Information

URI Parameters

None.

Body Parameters

RequestMergeTickets
NameDescriptionTypeAdditional information
ListTicketIDs

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "ListTicketIDs": [
    "sample string 1",
    "sample string 2"
  ]
}

Response Information

Resource Description

SuccessFull
NameDescriptionTypeAdditional information
Success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true
}