Add Snapshot
POST/api/orders/addsnapshot
Tier: Public — stable, supported for third-party integration.
Records a scan snapshot against an order. Equivalent to
OrderController.AddSnapshotIgnoreExisting(...) with ignoreExisting defaulted to true.
Request
Responses
- 200
- 400
- 401
- 403
Returns Orders.OrderOperationResultDto — either the updated order (OrderDto) or a queued BackgroundTaskId.
See OrderController.AddSnapshotIgnoreExisting(...).
The caller is not authenticated.
The caller lacks Order Update permission.