FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Complex Type: tns:maintenanceLineItemDataType

Derived By

Extending createMaintenanceLineItemDataType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
activationId  idType  1..1  Required. See idType.
maintenanceProduct  productIdentifierType  0..1  Optional, but a product must be identified by product identifier or part number. See productIdentifierType. Can be inferred from the part number or specified explicitly.
partNumber  partNumberIdentifierType  0..1  Optional. See partNumberIdentifierType. A part number can identify a product. If a part number is not specified in the request, but is mapped to the specified product, that part number will be loaded into the entitlement.
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  Optional. Start date of the entitlement, which will also be the start date of maintenance.
expirationDate  date  0..1  Optional. The date that the entitlement line item, and maintenance, expire.
isPermanent  boolean  0..1 

Whether the maintenance is permanent. If true, the maintenance line item never expires. If true, do not set term or expirationDate. If false, set term or expirationDate, but not both.

  • 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  Optional. The entitlement line item that contains the activatable product to which the maintenance is related. See entitlementLineItemIdentifierType.
associatedLineItems  entitlementLineItemIdentifierType  0..*  Supports linking the maintenance with multiple entitlement line items. See entitlementLineItemIdentifierType.
maintenanceLineItemAttributes  attributeDescriptorDataType  0..1  See attributeDescriptorDataType.
state  StateType  0..1 

One of the following:

  • TEST

  • DRAFT

  • DEPLOYED

  • INACTIVE

  • OBSOLETE