|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A removeProductCategoriesFromAcctRequest message contains an element of handleProductCategoryToAcctRequestType.
Type handleProductCategoryToAcctRequestType
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. |
| Name | Type |
|---|---|
| removeProductCategoriesFromAcct | Method |
The following XML fragment illustrates a removeProductCategoriesFromAcctRequest message:
<removeProductCategoriesFromAcctRequest>
<acct>
<primaryKeys>
<name>PCPACCT</name>
</primaryKeys>
</acct>
<productCategory>
<name>CRM</name>
</productCategory>
</removeProductCategoriesFromAcctRequest>