SOAP and REST Web Services Issues Resolved in 2021.10

The following issues related to FlexNet Operations Web Services were addressed in the 2021.10 release:

“getEntitlementLineItemPropertiesQuery” with “restrictToItemsWithCount” Filter Now Returning Correct Items
“getAccountsCount” SOAP web service (UserAcctHierarchySerice v3) Now Returning Correct Totals
Replace Operation in updateProduct Now Properly Replacing License Model

“getEntitlementLineItemPropertiesQuery” with “restrictToItemsWithCount” Filter Now Returning Correct Items

A getEntitlementLineItemPropertiesQuery request in which the restrictToItemsWithCount filter is set to true now correctly returns only those activation IDs whose counts are greater than 0. Previously, the response included activation IDs with 0 counts. (The getEntitlementLineItemPropertiesQueryRequest method belongs to the EntitlementOrderService SOAP web service.)

“getAccountsCount” SOAP web service (UserAcctHierarchySerice v3) Now Returning Correct Totals

The getAccountsCount SOAP web service (version 3 of UserAcctHierarchyService) now returns correct totals when multiple account types are specified in the request.

Replace Operation in updateProduct Now Properly Replacing License Model

The REPLACE operation for opType in the updateProduct method (in the ProductPackagingService SOAP web service) now properly replaces a license model for a product. Previously, the operation was adding a license model to the product instead of replacing one.