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