FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getManufacturerProductLineRequest message contains an element of getManufacturerProductLine.
Extending RequestByPrincipal
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 |
Name | Type |
---|---|
getManufacturerProductLine | Method |
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>