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