CancelSalesOrder
Cancels specified sales orders, halting their processing and updating system records.
Input
Name | Type | Description |
CallingInstance | String | Unique identifier for the source application initiating the sales order cancellation. This helps track the system that is making the request. |
CallingModule | String | Identifier for the specific module of the source application responsible for the cancellation request, helping to differentiate between different system components. |
CancelFulfillmentLineEntryList | String | A list of attributes related to the sales order fulfillment lines that are to be canceled, including product details, quantity, and reason for cancellation. |
RequestCreationDate | Datetime | Timestamp marking the creation of the sales order cancellation request, used to track when the request was initiated. |
RequestTimeZone | String | The time zone from which the cancellation request was made, ensuring accurate time-based processing and coordination across different regions. |
UniqueOrderIdentifier | String | A unique identifier for the sales order being canceled, ensuring that the correct order is targeted for cancellation in the system. |
Result Set Columns
Name | Type | Description |
CancelDate | String | Date and time when the sales order is officially canceled, confirming the completion of the cancellation process. |
CancelFulfillmentLineEntryReplyList | String | A list of responses for each cancellation request, including status information, success indicators, and any errors encountered during the process. |
ErrorCode | String | A code representing the type of error, if any, encountered during the cancellation process, used for troubleshooting and identifying specific issues. |
ErrorMessage | String | Textual description of the error or status message, providing more detail on why the cancellation process succeeded or failed. |
PromisingInstance | String | Identifier for the application instance that processed the cancellation, ensuring traceability back to the system that performed the operation. |
PromisingSystem | String | Identifier for the order promising system that handled the cancellation of the sales order fulfillment line, indicating the specific system used to manage the process. |