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