Dispatch
POST/api/orders/dispatchorder
Tier: Public — stable, supported for third-party integration.
Body-only overload of OrderController.Dispatch(...) — the order id is
taken from ProcessOrderDto.OrderId.
Request
Responses
- 200
- 400
- 401
- 403
See OrderController.Dispatch(...).
See OrderController.Dispatch(...).
The caller is not authenticated.
The caller lacks Order Update permission.