POST api/AssignTicketRequest

Request Information

URI Parameters

None.

Body Parameters

AssignTicketRequest
NameDescriptionTypeAdditional information
TicketId

globally unique identifier

None.

OwnerIdOld

globally unique identifier

None.

OwnerIdNew

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ticket-id": "1da05b62-9e13-47e0-80d6-6869f3cbd7f4",
  "owner-id-old": "708a5694-3fa7-4808-9134-a8221b103391",
  "owner-id-new": "87c4342e-0b5f-4d72-960b-3e98a0d86459"
}

application/xml, text/xml

Sample:
<AssignTicketRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caprica.Models">
  <OwnerIdNew>87c4342e-0b5f-4d72-960b-3e98a0d86459</OwnerIdNew>
  <OwnerIdOld>708a5694-3fa7-4808-9134-a8221b103391</OwnerIdOld>
  <TicketId>1da05b62-9e13-47e0-80d6-6869f3cbd7f4</TicketId>
</AssignTicketRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.