backoffice API: add new_customer, RT#22830
[freeside.git] / bin / xmlrpc-new_customer
index bbc9cb4..aea8053 100755 (executable)
@@ -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',