FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: removeProductCategoriesFromAcctResponse

Description

A removeProductCategoriesFromAcctResponse message contains an element of handleProductCategoryToAcctResponseType.

Removing each product category either succeeds or fails. No specific information is returned about categories.

Derived By

Type handleProductCategoryToAcctResponseType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
statusInfo  StatusInfoType  1..1 
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 a reason for partial failure or failure.
 
Referenced By
Name  Type 
removeProductCategoriesFromAcct  Method 
XML Example

The following XML fragment illustrates a successful removeProductCategoriesFromAcctResponse message:

<removeProductCategoriesFromAcctResponse>
   <statusInfo>
      <status>SUCCESS</status>
   </statusInfo>
</removeProductCategoriesFromAcctResponse>