X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FAPI.pm;h=5b56539adcc9ca05ed5cc3d65edba8ec0c84f1df;hp=30efa9c3969709d29c916e9d3de7aa0873b39826;hb=16542dcb6b35c8cf7f436f87adb2cfdb0e32f4fc;hpb=bb3b0a3d1854fdf8e6de9038cea3f73ac4f9d817 diff --git a/FS/FS/API.pm b/FS/FS/API.pm index 30efa9c39..5b56539ad 100644 --- a/FS/FS/API.pm +++ b/FS/FS/API.pm @@ -430,32 +430,36 @@ 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 hash reference as parameter 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 +467,11 @@ City County -=item state (required) +=item state State -=item zip (required) +=item zip Zip or postal code