Resolve Inventory Without Input
POST/api/inventories/resolveinventorywithoutinput
Tier: Internal — subject to change without notice.
Resolves a stocktake by trusting the scans: the server computes the Present/Missing/Moved outcome itself with no operator review.
Request
Responses
- 200
- 400
- 401
- 403
Same response shapes as InventoryController.ResolveInventory(...) (per ReturnResultDto), but
with no ±5% reconciliation check since there is nothing to reconcile against, and no
per-item reasons can be attached.
The processing gate refused the request — InvalidOperation; any other exception — OperationFailed.
Caller is not authenticated.
Caller does not have Update permission on the Inventory module.