FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Complex Type: tns:maintenanceLineItemPropertiesType

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
activationId  entitlementLineItemIdentifierType  1..1  See entitlementLineItemIdentifierType.
maintenanceProduct  productIdentifierType  0..1  See productIdentifierType.
partNumber  partNumberIdentifierType  0..1  See partNumberIdentifierType.
orderId  string  0..1  Order ID from CRM or ERP system.
orderLineNumber  string  0..1  Optional. Order line number from CRM or ERP system.
startDate  date  0..1  Start date of the maintenance line item.
expirationDate  date  0..1  Expiration date of the maintenance line item, if not permanent.
isPermanent  boolean  0..1 

Whether the entitlement, and therefore, the license activated from it, is permanent.

  • 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.

state  StateType  0..1 

One of the following:

  • DRAFT

  • ACTIVE

  • INACTIVE

  • DEPLOYED

  • OBSOLETE

  • TEST

  • ON_HOLD

maintenanceLineItemAttributes  attributeDescriptorDataType  0..1  See attributeDescriptorDataType.