ProcessStockCount
Processes a stock count to finalize inventory counting.
Input
| Name | Type | Description |
| StockCountID | String | The ID of the stock count to process. |
Result Set Columns
| Name | Type | Description |
| SuccessMessage | String | Contains information if the stock count was successfully processed. |
| Division | Integer | Division code. |
| ErrorMessage | String | Contains the error message if an error occurred during processing the stock count. |
| StockCountID | String | The ID of the stock count that was processed. |