issue with remote api on customer/client update

Discussion in 'General' started by themark, Oct 22, 2015.

  1. themark

    themark Member

    we using remoting_api. We call
    client_update in order to add a template_additional to a client, and it works.
    but i believe that it doesnt update the table client_template_assigned. for this
    reason at the next call of client_update to add another template_additional to
    same client the second template take the place of first one since the first one
    is not memorized.
    Is there a call to update also client_template_assigned table or something that
    would update also this table when adding an addon template via api call?
     
  2. sjau

    sjau Local Meanie Moderator

    well, probably would be good if you showed the script you're using.
     
  3. themark

    themark Member

    Thank's sjau, but we have already solved. Basically is needed a method that was not documentated, but we have found them in the code.
     

Share This Page