FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A returnShortCodeRequest message contains an element of returnShortCodeRequestType.
Type returnShortCodeRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
shortCodeData | returnShortCodeDataType | 0..1 | Required. A returnShortCodeRequest contains a shortCodeData element. See returnShortCodeDataType. |
returnReason | ReturnedShortCodeReturnReason | 0..1 |
Optional. The returnReason value can be:
The returnReason value affects which policy FlexNet Operations checks for the return—return policy or rehost policy. If the return reason is REHOST, the rehost policy is checked. For any other return reason or if no reason is specified, the return policy is checked. |
Name | Type |
---|---|
returnShortCode | Method |
The following XML fragment illustrates a returnShortCodeRequest message:
<returnShortCodeRequest>
<shortCodeData>
<shortCode>...</shortCode>
<webRegkey>WRK-1</webRegkey>
</shortCodeData>
<returnReason>REHOST</returnReason>
</returnShortCodeRequest>