summaryrefslogtreecommitdiff
path: root/bin/xmlrpc-new_customer
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-03-06 12:18:54 -0800
committerIvan Kohler <ivan@freeside.biz>2014-03-06 12:18:54 -0800
commitd535b964454fbccc5ccf44a92a6cd8d8405cc549 (patch)
tree40bd05bdb08abb735664080dbae6e09aba07627d /bin/xmlrpc-new_customer
parent8fba8f0caeb41074c4b277e4eeb2a9dea7542e49 (diff)
backoffice API: add new_customer, RT#22830
Diffstat (limited to 'bin/xmlrpc-new_customer')
-rwxr-xr-xbin/xmlrpc-new_customer4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/xmlrpc-new_customer b/bin/xmlrpc-new_customer
index bbc9cb4..aea8053 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',