Get Inventory Validation Records
GET/api/inventories/getinventoryvalidationrecords/:id
Tier: Internal — subject to change without notice.
Returns the variance-validation report for a single stocktake.
Request
Responses
- 200
- 400
- 401
- 403
A list of InventoryDtos.InventoryValidationRecordDto (empty for an unknown id — there is no existence check).
A service-level failure occurred.
Caller is not authenticated.
Caller does not have Read permission on the Inventory module.