List Budgets With Work Orders By Items
Model aligned to the Fracttal ETL output schema for budgets with work orders by items.
General information:
| Module | Category |
|---|---|
Budget |
Read |
ListBudgetsWithWorkOrdersByItems
Parameters:
No parameters.
Input parameters:
| Field | Type | Required | Description | Default Value | Examples |
|---|---|---|---|---|---|
Usage example:
{
"budget_approval_date": "2024-01-01",
"budget_approved_by": "jdoe",
"budget_conditions_description": "Pago a 30 días",
"budget_costs_center_description": "Mantenimiento",
"budget_created_by": "admin",
"budget_currency_description": "USD",
"budget_date_create": "2024-01-01T10:00:00Z",
"budget_discount": 5,
"budget_exchange_value": 1,
"budget_final_date": "2024-01-31",
"budget_folio": "BUDG-002",
"budget_id": 1002,
"budget_id_company": 201
}
Notes:
This model represents the response to the budget query with work orders by items, 100% aligned to the output schema.