FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: returnShortCodeRequest

Description

A returnShortCodeRequest message contains an element of returnShortCodeRequestType.

Derived By

Type returnShortCodeRequestType

Content Model

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:

  • UPGRADE

  • UPSELL

  • RENEW

  • REHOST

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.

Referenced By
Name  Type 
returnShortCode  Method 
XML Example

The following XML fragment illustrates a returnShortCodeRequest message:

<returnShortCodeRequest>
   <shortCodeData>
      <shortCode>...</shortCode>
      <webRegkey>WRK-1</webRegkey>
   </shortCodeData>
   <returnReason>REHOST</returnReason>
</returnShortCodeRequest>