POST Tickets/MergeTickets
Request Information
URI Parameters
None.
Body Parameters
RequestMergeTickets| Name | Description | Type | Additional 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| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true
}