I use SoftLayer API PHP library to call SoftLayer_billing_Item.cancelItem(...) or SoftLayer_billing_Item.cancelService() to cancel the item. I noticed there will be SoftLayer ticket generated on the SoftLayer customer portal after the SoftLayer_billing_Item.cancelItem(...) or SoftLayer_billing_Item.cancelService() call.
The API returned result of SoftLayer_billing_Item.cancelItem(...) or SoftLayer_billing_Item.cancelService() doesn't contain the result SoftLayer_Ticket information.
How can I use API to get the SoftLayer_Ticket Id value associated with the SoftLayer_billing_Item.cancelItem(...) or SoftLayer_billing_Item.cancelService() .
Is there any same php file I can use ?