copilot_frontend
copilot_order
Get Order Data Endpoint
Gets saved order data for a budget that was converted to a pedido.
Returns the stored order_data from presup_pedidos table (without base64 file fields).
Args: budget_id: ID del presupuesto current_user: Current authenticated user Returns: BudgetOrderResponse with order_data
Raises: ErrNotFound: If no order data found for the budget
get/api/order/data/{budget_id}
Path parameters
budget_idinteger required
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.