FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getFulfillmentPropertiesRequest message contains an element of getFulfillmentPropertiesRequestType.
Type getFulfillmentPropertiesRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
queryParams | fulfillmentsQueryParametersType | 1..1 | Required. See fulfillmentsQueryParametersType. |
fulfillmentResponseConfig | fulfillmentResponseConfigRequestType | 1..1 | See fulfillmentResponseConfigRequestType. |
batchSize | integer | 1..1 | Required. Maximum number of records to return in the response. |
pageNumber | integer | 0..1 | Required. Starts at 1. Say the getFulfillmentCount operation using the same query parameters returns 100 records. If the batch size is 50 records and you want the second batch of 50, set pageNumber to 2. |
Name | Type |
---|---|
getFulfillmentPropertiesQuery | Method |
The following XML fragment illustrates a getFulfillmentPropertiesRequest message:
<getFulfillmentPropertiesRequest>
<queryParams></queryParams>
<fulfillmentResponseConfig>
<fulfillmentId>1</fulfillmentId>
<fulfillmentType>1</fulfillmentType>
<state>1</state>
<entitlementId>1</entitlementId>
<lineitemId>1</lineitemId>
<product>1</product>
<productDescription>1</productDescription>
<partNumber>1</partNumber>
<partNumberDescription>1</partNumberDescription>
<licenseTechnology>1</licenseTechnology>
<licenseModel>1</licenseModel>
<soldTo>1</soldTo>
<shipToEmail>1</shipToEmail>
<shipToAddress>1</shipToAddress>
<licenseHost>1</licenseHost>
<fulfilledCount>1</fulfilledCount>
<overDraftCount>1</overDraftCount>
<fulfillDate>1</fulfillDate>
<fulfillDateTime>1</fulfillDateTime>
<isPermanent>1</isPermanent>
<startDate>1</startDate>
<expirationDate>1</expirationDate>
<versionDate>1</versionDate>
<licenseFileType>1</licenseFileType>
<licenseText>1</licenseText>
<binaryLicense>1</binaryLicense>
<supportAction>1</supportAction>
<lastModifiedDateTime>1</lastModifiedDateTime>
<parentFulfillmentId>1</parentFulfillmentId>
<fulfillmentSource>1</fulfillmentSource>
<owner>1</owner>
<orderId>1</orderId>
<orderLineNumber>1</orderLineNumber>
<lineitemDescription>1</lineitemDescription>
<totalCopies>1</totalCopies>
<numberOfRemainingCopies>1</numberOfRemainingCopies>
<isTrusted>1</isTrusted>
<customAttributes>
<attribute>
<attributeName>NumberAttr</attributeName>
</attribute>
<attribute>
<attributeName>Attr1</attributeName>
</attribute>
<attribute>
<attributeName>BinAttr1</attributeName>
</attribute>
<attribute>
<attributeName>Attr3</attributeName>
</attribute>
</customAttributes>
<customHostAttributes>
<attribute>
<attributeName>HostAttr2</attributeName>
</attribute>
<attribute>
<attributeName>BinHostAttr2</attributeName>
</attribute>
</customHostAttributes>
<migrationId>1</migrationId>
<vendorDaemonName>1</vendorDaemonName>
</fulfillmentResponseConfig>
<batchSize>15</batchSize>
<pageNumber>1</pageNumber>
</getFulfillmentPropertiesRequest>