backoffice API: add new_customer, RT#22830
authorIvan Kohler <ivan@freeside.biz>
Thu, 6 Mar 2014 20:18:28 +0000 (12:18 -0800)
committerIvan Kohler <ivan@freeside.biz>
Thu, 6 Mar 2014 20:18:28 +0000 (12:18 -0800)
bin/xmlrpc-new_customer

index d30c339..bbc9cb4 100755 (executable)
@@ -18,7 +18,7 @@ my $result = $server->call('FS.API.new_customer',
     'agentnum'         => 1,
     'refnum'           => 1, #advertising source
     'agent_custid'     => '323',
-    'referral_custnum' =>
+    'referral_custnum' => 43,
 
     'first'            => 'Tofu',
     'last'             => 'Beast',