The deferTicket actor-chain allows an agent to defer a ticket.

Parameter

Description

ticketId

The ID of the ticket to defer.

date

The date to which to defer the ticket.

retain

Boolean option to retain the ticket or not.

share

Identifies if the ticket should be shared or not.

doTicketDispositionPrompt

If set to true, will present ticket disposition prompts to the agent.

dispositionOption

Identifies a ticket disposition used for this ticket.

reasonCode

Adds a reason code to the ticket.

ticketNote

Adds a ticket note to the new ticket.

publicNote

Identifies if the ticket note is public.

 

subStatus

Provides a sub-status for the ticket.

Defer Ticket Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json" –d
"{\"ticketId\" : \"10603\", \"retain\" : \"true\", \"reasonCode\" : \"NeedHelp\"}"
"http://localhost:8181/rest/model/atg/svc/agent/ui/formhandlers/TicketActor/
deferTicket"

Copyright © 1997, 2014 Oracle and/or its affiliates. All rights reserved. Legal Notices