GetCancelFieldGroup
This enumerated type holds the values that may be passed into the fieldgroups query parameter of the GET /post-order/v2/cancellation/{cancelId} method to control the level of details returned by the request.
Call that uses one or more values of GetCancelFieldGroup:
Enumeration Values
Value | Description |
FULL | This enumeration value will be used in a GET /post-order/v2/cancellation/{cancelId} request to retrieve full details of an order cancellation request, including the activity history and money movement transactions involved with the order cancellation request. |
SUMMARY | This enumeration value will be used in a GET /post-order/v2/cancellation/{cancelId} request to retrieve summary-level information for an order cancellation request. The information returned here is similar to the response payload of the GET /post-order/v2/cancellation/search method. |