FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A moveDeviceRequest message contains an element of moveDeviceRequestType.
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
sourceDevices | moveDeviceList | 1..1 | Devices to move. See moveDeviceList. |
soldToUniqueId | string | 0..1 |
Unique database identifier of the account to which the device currently belongs. Specify either soldToUniqueId or soldToName, not both. |
soldToName | string | 0..1 |
The name of the account to which the device currently belongs. Specify either soldToUniqueId or soldToName, not both. |
poolEntitlements | boolean | 0..1 |
True, if existing, matching line items at the target account are to be pooled. False, to always create new line items at the target account. Note: This parameter not supported as of 2016 R1. |
Name | Type |
---|---|
moveDevice | Method |
The following XML fragment illustrates a moveDeviceRequest message:
<moveDeviceRequest>
<sourceDevices>
<deviceIdentifier>
<deviceType>CLIENT</deviceType>
<deviceId>client3</deviceId>
</deviceIdentifier>
</sourceDevices>
<soldToName>s4</soldToName>
<poolEntitlements>false</poolEntitlements>
</moveDeviceRequest>