way to add multiple clients (Batch operation)

20 views
Skip to first unread message

Santosh Giri

unread,
May 28, 2015, 5:38:04 AM5/28/15
to freshbo...@googlegroups.com
Is there a way to do batch operation. say i want to create multiple clients using method="client.create" 
i tried to add multiple clients but it is responding back with last client's xml response and also it is not adding the first one.

<request method="client.create">  
   <client>  
        <first_name>Client 1</first_name>  
         ................
   </client>  
   <client>  
        <first_name>Client 2</first_name>  
         ................
   </client>  
</request >

<response xmlns="http://www.freshbooks.com/api/" status="ok">  
              ..... Response should be in multiple way with client Identifier (Client Unique name)
</response >
Reply all
Reply to author
Forward
0 new messages