Calculate price for modification of an existing order.
POST/:contract_id/tasking/price/:order_id
Returns an updated price for modifying an existing order.
This endpoint provides a price preview before committing changes via the PATCH /orders/{order_id} endpoint.
The response includes the complete updated order representation showing how the order would look after modification, including the original price and the updated price value.
Request
Responses
- 200
- 400
- 404
- 409
- 422
Successful Response
Invalid request.
Order not found
Order is in a terminal state or price cannot be modified
Validation error (invalid request body) or invalid withhold/licence level option