- Revenera Community
- :
- FlexNet Operations
- :
- FlexNet Operations Forum
- :
- Get entitlement if from activation ID using web services
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hello,
I have activation Id created which still not activated. I understand it comes under activatable line items.
I want to delete this Id using web API deleteEntitlementLineItem. This API needs activation and Entitlement Id both but I have only activation Id.
I need help in either using above api without providing entitlement Id or need to know to get entitlement Id.
I tried getActivatableItemsQuery but this is not giving entitlement Id. getEntitlementsQuery also not giving data for given activation Id.
Please let me know how to do it.
Gajesh
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @gajeshm You can get the Entitlement details for your activation ID with the getEntitlementLineItemPropertiesQuery (attached for your reference)
Once you have all the details then use the deleteEntitlementLineItem query to delete the line item but make sure the line item status is already set to draft
I hope this helps.
Best Regards,
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @gajeshm You can get the Entitlement details for your activation ID with the getEntitlementLineItemPropertiesQuery (attached for your reference)
Once you have all the details then use the deleteEntitlementLineItem query to delete the line item but make sure the line item status is already set to draft
I hope this helps.
Best Regards,
