FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: removeProductCategoriesFromAcctRequest

Description

A removeProductCategoriesFromAcctRequest message contains an element of handleProductCategoryToAcctRequestType.

Derived By

Type handleProductCategoryToAcctRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
acct  accountIdentifierType  1..1  See accountIdentifierType.
productCategory  productCategoryDataType  1..*  An array of productCategory elements. See productCategoryDataType.
Referenced By
Name  Type 
removeProductCategoriesFromAcct  Method 
XML Example

The following XML fragment illustrates a removeProductCategoriesFromAcctRequest message:

<removeProductCategoriesFromAcctRequest>
   <acct>
      <primaryKeys>
         <name>PCPACCT</name>
      </primaryKeys>
   </acct>
   <productCategory>
      <name>CRM</name>
   </productCategory>
</removeProductCategoriesFromAcctRequest>