|
Parameters |
|
Description |
Passed |
Returned |
Method returns the list of active sales categories for specified vendor account. |
1 |
8 |
Syntax
ListResult BM::SalesCategoryListGet_API(
Int AccountID;
Int SortNo.
)
returns
Int CategoryID - sales category ID;
Str(30) Name - sales category name;
Str(1024) ShortDescription - sales category short description;
Str(1024) LongDescription - sales category full description;
Int DisplayCondition - obsolete, sales category display condition: 100 - category service plans are shown to customer in store customer has not selected hosting SP yet; 200 - shown if no domain SP was selected yet; 300 - shown if no additional resources were selected yet; 400 - no condition (plans are always displayed);
Int DisplayByDefault - defines how category service plans are displayed in store: "1" - with description expanded by default, "0" - with description hidden by default;
Int DocID - internal ID of category icon (displayed in online store);
Str(16384) EulaURL - URL to EULA page.
Special Notes