SendCancellationRequest
Submits a cancellation request for a fulfillment order to its corresponding fulfillment service.
Input
| Name | Type | Description |
| Id | String | The unique identifier of the fulfillment order for which the cancellation request is being submitted. |
| Message | String | An optional note or message that provides additional context or reasoning for the cancellation request. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the cancellation request operation completed successfully. |
| Details | String | Provides supplemental details or diagnostic information about the outcome of the cancellation request. |
| FulfillmentOrderID | String | The globally unique identifier of the fulfillment order affected by the cancellation request. |
| RequestStatus | String | The current status of the stored procedure execution, showing whether the request was accepted, rejected, or encountered an error. |