diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2015-02-11 14:30:00 -0500 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2015-02-11 14:30:00 -0500 |
commit | 56fabf7ddfea7308bb22e43b79df04dd46a1620f (patch) | |
tree | 69665fe033a73680aa52b65d4d08d3b277e8368d /FS | |
parent | 60713e5d1ac1775194b87486b3c73f27de4eb63d (diff) |
Document bill now API
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/API.pm | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/FS/FS/API.pm b/FS/FS/API.pm index 994f8ba70..9b5783a46 100644 --- a/FS/FS/API.pm +++ b/FS/FS/API.pm @@ -749,8 +749,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 |