FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Method: createProductCategory

Description

The createProductCategory operation creates one or more product categories. To create a product category, provide a category name and, optionally, a description.

Parameters
Name  Type  Direction  Description 
msgparameters  createProductCategoryRequestType  Input   
Returns

A createProductCategoryResponse element having the structure defined by the following table.

Name  Type  Description 
statusInfo  StatusInfoType 
Element  Data Type  Description 
status
StatusType

Returns one of the following:

  • SUCCESS—All categories in the request were processed.

  • PARTIAL_FAILURE—Some, but not all categories in the request were processed. The get operation never returns PARTIAL_FAILURE.

  • FAILURE—None of the categories in the request were processed.

reason
string
Gives reason for partial failure or failure.
 
failedData  failedProductCategoryDataListType  Information about the categories that were not added is listed in the failedData element. See failedProductCategoryDataListType
responseData  createdProductCategoryDataListType  Information about the categories that were added is listed in the responseData element. See createdProductCategoryDataListType.