FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Complex Type: tns:updateMaintenanceLineItemDataType

Description

The lineItemIdentifier always needs to be specified, along with the new values of the elements to be updated.

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
lineItemIdentifier  entitlementLineItemIdentifierType  1..1  Required. See entitlementLineItemIdentifierType.
activationId  idType  0..1  Only need to specify if modifying value. See idType.
maintenanceProduct  productIdentifierType  0..1  Only need to specify if modifying value. See productIdentifierType.
partNumber  partNumberIdentifierType  0..1  Only need to specify if modifying value. See partNumberIdentifierType.
orderId  string  0..1  Optional. Order ID from CRM or ERP system.
orderLineNumber  string  0..1  Optional. Order line number from CRM or ERP system.
startDate  date  0..1  Only need to specify if modifying value. Start date of the entitlement, which will also be the start date of maintenance.
expirationDate  date  0..1  Only need to specify if modifying value. The date that the entitlement line item, and maintenance, expire.
isPermanent  boolean  0..1 

Only need to specify if modifying value. Whether the entitlement, and therefore, license activated from it, is permanent. If true, the entitlement line item, and the licenses activated from it, never expire. If true, do not set term or expirationDate. If false, set either term or expirationDate.

  • If isPermanent is set to false, a query response will contain only expiring lineitem details.

  • If isPermanent is set to true, a query response will contain only permanent lineitem details.

  • If isPermanent is null (i.e. blank or not included in the query), a query response will contain both permanent and expiring lineitem details.

parentLineItem  entitlementLineItemIdentifierType  0..1  Only need to specify if modifying value. The entitlement line item that contains the activatable product to which the maintenance is related. See entitlementLineItemIdentifierType.
maintenanceLineItemAttributes  attributeDescriptorDataType  0..1  See attributeDescriptorDataType.