FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getFulfillmentCountRequest message contains an element of getFulfillmentCountRequestType.
Type getFulfillmentCountRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
queryParams | fulfillmentsQueryParametersType | 0..1 | Required. See fulfillmentsQueryParametersType. Leave this element blank to return all fulfillments. |
excludeInactiveObsoleteLineItems | boolean | 0..1 | |
Name | Type |
---|---|
getFulfillmentCount | Method |
The following XML fragment illustrates a getFulfillmentCountRequest message:
<getFulfillmentCountRequest>
<queryParams>
<activationId>
<value>Ent_basic_1</value>
<searchType>EQUALS</searchType>
</activationId>
</queryParams>
</getFulfillmentCountRequest>