FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
An accountIdentifierType 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 |
---|---|
assignProductCategoriesToAcct | Method |
The following XML fragment illustrates an assignProductCategoriesToAcctRequest message:
<assignProductCategoriesToAcctRequest>
<acct>
<primaryKeys>
<name>PCACCT</name>
</primaryKeys>
</acct>
<productCategory>
<name>CRM</name>
</productCategory>
</assignProductCategoriesToAcctRequest>