acceptFromTicket


SoftLayer_Product_Item_Policy_Assignment::acceptFromTicket

Register acceptance of this assignment linking this record to a Ticket.

Description

Register the acceptance of the associated policy to product assignment, and link the created record to a Ticket.

Parameters

Name Type Description
ticketId int

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Item_Policy_Assignment/{SoftLayer_Product_Item_Policy_AssignmentID}/acceptFromTicket'