From dcc681be581db6779de6cf71f94ad2ea28614bed Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 11 Feb 2015 20:24:50 -0800 Subject: add quantity and location to self-service package order API, RT#33219 --- fs_selfservice/FS-SelfService/SelfService.pm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'fs_selfservice/FS-SelfService/SelfService.pm') diff --git a/fs_selfservice/FS-SelfService/SelfService.pm b/fs_selfservice/FS-SelfService/SelfService.pm index 3aa60a0c0..0f78080ab 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). +=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). -- cgit v1.2.1