Creating New Categories
You can use this API to create new categories with the minimum required parameters like name, type, and label.
API |
Signature |
---|---|
createCategories() |
webService static Apttus_Config2.CPQAdminStruct.CategoryResponseDO createCategories(Apttus_Config2.CPQAdminStruct.CategoryRequestDO categoryRequestDO) |
Request Parameter |
||
---|---|---|
Name |
Type |
Description |
categoryRequestDO | Apttus_Config2.CPQAdminStruct.CategoryRequestDO |
The category request data object. |
Request Data Object - Apttus_Config2.CPQAdminStruct.CategoryRequestDO |
||
---|---|---|
Name |
Type |
Description |
CategoryDOs | List<Apttus_Config2.CPQAdminStruct.CategoryDO> |
The list of category data objects. |
Response Parameter - Apttus_Config2.CPQAdminStruct.CategoryResponseDO |
||
---|---|---|
Field |
Type |
Description |
CategoryDOs | List<Apttus_Config2.CPQAdminStruct.CategoryDO> |
The list of category data objects. |
CategoryResponseMap | List<Apttus_Config2.CPQAdminStruct.MapDO> |
The list of key-value pairs. The key refers to the category name that was passed in the request and the value refers to the Id of the category. |
Data Object - Apttus_Config2.CPQAdminStruct.CategoryDO |
||
---|---|---|
Name |
Type |
Description |
Label | String |
The label of the category |
Name | String |
The name of the category |
OptionalFields | List<Apttus_Config2.CPQAdminStruct.MapDO> |
The list of optional field values. You can use this parameter to associate additional field values with the category. |
Type | String |
Type of the category. You can use the following values:
|
Response Data Object - Apttus_Config2.CPQAdminStruct.MapDO |
||
---|---|---|
Field |
Type |
Description |
String | Key |
The name of the category. |
String | Value |
The value refers to the Id of the category. |
Code Sample
The below sample enables you to create categories. You can also add optional fields, add the namespace to the field names.