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

presupuesto_idinteger required

ID del presupuesto asociado

order_dataobject required

Datos del formulario de pedido (sin archivos base64)

idinteger required

ID del registro de pedido

created_atstring nullable

Fecha de creación

updated_atstring nullable

Fecha de última actualización

Changes

No recorded changes to this endpoint across all 1 revision of this API.