addAssignedAgent


SoftLayer_Ticket::addAssignedAgent

Assign an Agent to a ticket.

Description


Parameters

Name Type Description
agentId int the unique Id of the agent

Required Headers

Optional Headers

  • None

Return Values

  • void
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Ticket/{SoftLayer_TicketID}/addAssignedAgent'