FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getManufacturerProductLineRequest

Description

A getManufacturerProductLineRequest message contains an element of getManufacturerProductLine.

Derived By

Extending RequestByPrincipal

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Member  string  0..1  User ID (email).
EntitlementId  string  0..1  Entitlement ID.
ActivationId  string  0..1  Activation ID.
LocaleLanguage  language  0..1  Locale language of the product line names and descriptions.
OrganizationId  string  0..*  An array of organization IDs. If the array of organizations is not provided, all organizations the user is a member of are used
Referenced By
Name  Type 
getManufacturerProductLine  Method 
XML Example

The following XML fragment illustrates an getManufacturerProductLineRequest message:

        <esd:getManufacturerProductLineRequest>
            <esd:Member>member@someorg.org</esd:Member>
            <esd:LocaleLanguage>JP</esd:LocaleLanguage>
            <esd:OrganizationId>AS_ESD_Org</esd:OrganizationId>
        </esd:getManufacturerProductLineRequest>