FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
An assignProductCategoriesToUserRequest message contains an element of handleProductCategoriesToUserRequestType.
Type handleProductCategoriesToUserRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
user | userIdentifierType | 1..1 | See userIdentifierType. |
productCategory | productCategoryDataType | 1..* | An array of productCategory elements. See productCategoryDataType. |
Name | Type |
---|---|
assignProductCategoriesToUser | Method |
The following XML fragment illustrates an assignProductCategoriesToUserRequest message:
<assignProductCategoriesToUserRequest>
<user>
<primaryKeys>
<firstName>John</firstName>
<lastName>Smith</lastName>
<emailAddress>jsmith@example.com</emailAddress>
<phoneNumber>408-123-4567</phoneNumber>
</primaryKeys>
</user>
<!--one or more product categories-->
<productCategory>
<name>CRM</name>
</productCategory>
</assignProductCategoriesToUserRequest>