SendCancellationRequest
Sends a cancellation request to the fulfillment service of a fulfillment order.
Input
| Name | Type | Description |
| Id | String | The Id of the fulfillment order associated with the cancellation request. |
| Message | String | An optional message to include with the cancellation request. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the cancellation request executed successfully. |
| Details | String | Additional details about the execution of the operation. |
| FulfillmentOrderID | String | A globally unique Id for the fulfillment order. |
| RequestStatus | String | The resulting status of the stored procedure execution. |