summaryrefslogtreecommitdiff
path: root/fs_selfservice
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-02-11 20:24:50 -0800
committerIvan Kohler <ivan@freeside.biz>2015-02-11 20:24:50 -0800
commitdcc681be581db6779de6cf71f94ad2ea28614bed (patch)
tree8abd68bb9bb93d052256082b26c1dc43714ac620 /fs_selfservice
parentc463da07ef97b754c7fcba0b154517e0b004f797 (diff)
add quantity and location to self-service package order API, RT#33219
Diffstat (limited to 'fs_selfservice')
-rw-r--r--fs_selfservice/FS-SelfService/SelfService.pm19
1 files changed, 19 insertions, 0 deletions
diff --git a/fs_selfservice/FS-SelfService/SelfService.pm b/fs_selfservice/FS-SelfService/SelfService.pm
index 3aa60a0..0f78080 100644
--- a/fs_selfservice/FS-SelfService/SelfService.pm
+++ b/fs_selfservice/FS-SelfService/SelfService.pm
@@ -834,6 +834,25 @@ Session identifier
Package to order (see L<FS::part_pkg>).
+=item quantity
+
+Quantity for this package order (default 1).
+
+=item locationnum
+
+Optional locationnum for this package order, for existing locations.
+
+Or, for new locations, pass the following fields: address1*, address2, city*,
+county, state*, zip*, country. (* = required in this case)
+
+=item address1
+
+=item address 2
+
+=item city
+
+=item
+
=item svcpart
Service to order (see L<FS::part_svc>).