CreateGroupCatalog
App Portal 2020 R1
You can use the createGroupCatalog web method to add a new group catalog item. You can add other catalog items as to this new group catalog item.
Parameters
The createGroupCatalog web method includes the following parameters:
# |
Parameters |
Data Type |
Description |
|||
|
catalogNameArray |
Array List |
Array list of catalog items that will be added to the new group catalog item. |
|||
|
shortDescription |
String |
Short description of the group catalog item. |
|||
|
longDescription |
String |
Long description of the group catalog item. |
|||
|
categoryName |
String |
Name of the category where the group catalog item should reside. Note:You can only specify one category name. This value must not be empty or refer to a category that does not exist. |
|||
|
Title |
String |
Name of the group catalog item. Note:This value can be empty. |
Return Value
Returns one of the following values:
• | Returns TRUE for success |
• | Returns FALSE for error |
Note:FALSE status could be returned if no category name was specified, a non-existent category name was specified, or if a catalog item already exists with same name as the new catalog item.
App Portal / App Broker 2020 R1 Administration GuideAugust 2020 |