Consume Missing Items
POST/api/places/consume-missing-items
Tier: Public — stable, supported for third-party integration.
Sweeps long-missing or cleared items at a place (optionally including its subtree) and transitions the eligible ones to Consumed, for a retail stock-write-off workflow.
The number of items actually consumed is computed internally but discarded — the response never reports a count.
Request
Responses
- 200
- 400
- 401
- 403
true on success (regardless of how many, if any, items were eligible).
The sweep failed — logged to Elmah, then reported as a service error.
Caller is not authenticated.
Caller does not have Update permission on the Place module.