GetReturnFieldGroupEnum
This enumerated type contains the detail control filters that can be used in a POST /post-order/v2/return or GET /post-order/v2/return/{returnId} methods to control the data that is returned in the response.
Calls that use one or more values of GetReturnFieldGroupEnum:
Enumeration Values
Value | Description |
FULL | This enumeration value is used to retrieve detailed information about a return request only, which means that the summary container will not be returned. This is default value for the GET /post-order/v2/return/{returnId} method. |
NONE | This enumeration value is used in the POST /post-order/v2/return method if the user only wants to see the new returnId value returned after a successful request. This is default value for the POST /post-order/v2/return method. This value is not supported by the GET /post-order/v2/return/{returnId} method. |
SUMMARY | This enumeration value is used to retrieve summarized information about a return request only, which means that the detail container will not be returned. |