FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Complex Type: partNumberQueryParametersType

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
partId  SimpleQueryType  0..1 

Required. Value of a part number. A partId element contains:

  • value—a string to match part or all of the part number.

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

description  SimpleQueryType  0..1 

Optional. Describe what makes this part number unique. A description element contains:

  • value—a string to match part or all of the description.

    searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

productName  SimpleQueryType  0..1 

Optional. A productName element contains:

  • value—a string to match part or all of the product name to which the part number is mapped.

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS.

licenseModel  SimpleQueryType  0..1 

Optional. A licenseModel element contains:

  • value—a string to match part or all of the license model name to which the part number is mapped.

  • searchType—one of the following simpleSearchType values:

    • STARTS_WITH

    • CONTAINS

    • ENDS_WITH

    • EQUALS

creationDate  DateQueryType  0..1 

Optional. Date the part number was created. A creationDate element contains:

  • value—a date value to compare to the creation date value.

  • searchType—one of the following datedSearchType values:

    • BEFORE

    • AFTER

    • ON

lastModifiedDate  DateQueryType  0..1 

Date the part number was last modified. A lastModifiedDate element contains:

  • value—a date value to compare to the last modified date value.

  • searchType—one of the following datedSearchType values:

    • BEFORE

    • AFTER

    • ON

unmappedWithProduct  boolean  0..1  Optional. Set to true to return part numbers that are not mapped to any product. Set to false to return part numbers that are mapped to a product. Do not use this parameter at all to return part numbers whether or not they are mapped to a specific product.
unmappedWithLicenseModel  boolean  0..1  Optional. Set to true to return part numbers that are not mapped to any license model. Set to false to return part numbers that are mapped to a license model. Do not use this parameter at all to return part numbers whether or not they are mapped to a specific license model.