lolgc1 Posted August 3, 2018 Report Posted August 3, 2018 Hi. I have pretty much the understanding of the API but i have a problem with this. $response = $api->get("SupportManager.SupportManagerTickets", "addReply", array($ticket_id, array('client_id' => $client_id, 'details' => 'dab')), false); I get "Internal error: Failed to retrieve the default value" and i dont see why, the required fields are filled? Quote
Tyson Posted August 3, 2018 Report Posted August 3, 2018 array('ticket_id' => $ticket_id, 'vars' => array('client_id' => $client_id, 'details' => 'dab')) activa 1 Quote
lolgc1 Posted August 3, 2018 Author Report Posted August 3, 2018 Ooh thats how it works haha Gotcha, now i fully understand the system activa 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.