Removing Products from Hierarchy
You can use this API to remove a product from a category.
API |
Signature |
---|---|
removeProductFromHierarchy |
webService static Apttus_Config2.CPQAdminStruct.HierarchyResponseDO removeProductFromHierarchy(Apttus_Config2.CPQAdminStruct.HierarchyRequestDO hierarchyRequestDO) |
Request Parameter |
||
---|---|---|
Name |
Type |
Description |
hierarchyRequestDO | Apttus_Config2.CPQAdminStruct.HierarchyRequestDO |
The category request data object. |
Request Parameter - Apttus_Config2.CPQAdminStruct.HierarchyRequestDO |
||
Name | Type |
Description |
HierarchyDOs | List<Apttus_Config2.CPQAdminStruct.HierarchyDO> |
The list of hierarchy data object |
Data Object- Apttus_Config2.CPQAdminStruct.HierarchyDO |
||
---|---|---|
Name |
Type |
Description |
ChildProductId | Id |
The Id of child product. |
ParentProductId | Id |
The Id of the parent product. |
Response Data Object- Apttus_Config2.CPQAdminStruct.HierarchyResponseDO |
||
---|---|---|
Name |
Type |
Description |
Issuccess | Boolean |
Indicates whether the removal of the product from the hierarchy. |
Code Sample
The below sample code enables you to remove the products from their relevant category.