X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FAPI.pm;fp=FS%2FFS%2FAPI.pm;h=c49fb205a8275bb8f539980fb4345409f7f69c6d;hp=dd172c143d2cfa6b0a8943ffbd33b16133d9163e;hb=a7d1e60f6b411c9a8daa1f654855440f59bc05ea;hpb=ff9eaa5810c2ddb8688ae573b372d760679272ed diff --git a/FS/FS/API.pm b/FS/FS/API.pm index dd172c143..c49fb205a 100644 --- a/FS/FS/API.pm +++ b/FS/FS/API.pm @@ -603,8 +603,21 @@ sub location_info { Bills a single customer now, in the same fashion as the "Bill now" link in the UI. -Returns a hash reference with a single key, 'error'. If there is an error, -the value contains the error, otherwise it is empty. +Returns a hash reference with a single key, 'error'. If there is an error, +the value contains the error, otherwise it is empty. Takes a list of keys and +values as parameters with the following keys: + +=over 4 + +=item secret + +API Secret (required) + +=item custnum + +Customer number (required) + +=back =cut