|
Parameters |
|
Description |
Passed |
Returned |
Method returns details for specified sales category. |
1 |
10 |
Syntax
ItemResult BM::SalesCategoryDetailsGet_API(
Int CategoryID.
)
returns
Int CategoryID - sales category ID;
Str(30) Name - sales category name;
Str(1024) ShortDescription - sales category short description;
Int AccountID - ID of vendor account the category belongs to;
Str(1024) LongDescription - sales category long 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 od EULA page;
Str ImageName - internal name of category icon: icon ID + file extension.
Special Notes
Int CategoryID - sales category ID.