X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FAPI.pm;h=dd172c143d2cfa6b0a8943ffbd33b16133d9163e;hb=0238fd7aa7a92887970507346ac7e6ad8ed5492c;hp=30efa9c3969709d29c916e9d3de7aa0873b39826;hpb=7d4ebaaed6a6a704c0a958f7e1305cf1d8560e82;p=freeside.git diff --git a/FS/FS/API.pm b/FS/FS/API.pm index 30efa9c39..dd172c143 100644 --- a/FS/FS/API.pm +++ b/FS/FS/API.pm @@ -431,31 +431,37 @@ sub new_customer { =item update_customer -Updates an existing customer. Takes a hash reference as parameter with the foll$ +Updates an existing customer. Passing an empty value clears that field, while +NOT passing that key/value at all leaves it alone. Takes a list of keys and +values as parameters with the following keys: =over 4 =item secret -API Secret +API Secret (required) + +=item custnum + +Customer number (required) =item first -first name (required) +first name =item last -last name (required) +last name =item company Company name -=item address1 (required) +=item address1 Address line one -=item city (required) +=item city City @@ -463,11 +469,11 @@ City County -=item state (required) +=item state State -=item zip (required) +=item zip Zip or postal code @@ -493,7 +499,9 @@ Mobile number =item invoicing_list -comma-separated list of email addresses for email invoices. The special value '$ +Comma-separated list of email addresses for email invoices. The special value +'POST' is used to designate postal invoicing (it may be specified alone or in +addition to email addresses), postal_invoicing Set to 1 to enable postal invoicing @@ -503,7 +511,8 @@ CARD, DCRD, CHEK, DCHK, LECB, BILL, COMP or PREPAY =item payinfo -Card number for CARD/DCRD, account_number@aba_number for CHEK/DCHK, prepaid "pi$ +Card number for CARD/DCRD, account_number@aba_number for CHEK/DCHK, prepaid +"pin" for PREPAY, purchase order number for BILL =item paycvv