ReviseQuantity
Updates the quantity of a configuration in the system, ensuring accurate order fulfillment.
Input
| Name | Type | Description |
| ConfigurationId | String | Unique identifier for the configuration being revised, based on the ConfigHeaderId and ConfigRevisionId attributes. This helps pinpoint the exact configuration to be updated. |
| Quantity | Number | The new quantity value to be applied to the configuration revision, specifying how many units are associated with the revised configuration. |
Result Set Columns
| Name | Type | Description |
| Result | String | The outcome of the quantity revision process, indicating whether the revision succeeded, failed, or encountered any issues during execution. |