From: Ivan Kohler Date: Thu, 6 Mar 2014 20:18:56 +0000 (-0800) Subject: backoffice API: add new_customer, RT#22830 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=32f738a957b5f2208eb84fbc09810747e725cdba backoffice API: add new_customer, RT#22830 --- diff --git a/bin/xmlrpc-new_customer b/bin/xmlrpc-new_customer index bbc9cb46d..aea8053ce 100755 --- a/bin/xmlrpc-new_customer +++ b/bin/xmlrpc-new_customer @@ -17,8 +17,8 @@ my $result = $server->call('FS.API.new_customer', #customer informaiton 'agentnum' => 1, 'refnum' => 1, #advertising source - 'agent_custid' => '323', - 'referral_custnum' => 43, + 'agent_custid' => '', #'323', + 'referral_custnum' => 1, 'first' => 'Tofu', 'last' => 'Beast',