List Budgets With Work Orders By Document
Model aligned to the Fracttal ETL output schema for budgets with work orders.
General information:
| Module | Category |
|---|---|
Budget |
Read |
ListBudgetsWithWorkOrdersByDocument
Parameters:
No parameters.
Input parameters:
| Field | Type | Required | Description | Default Value | Examples |
|---|---|---|---|---|---|
Usage example:
{
"approval_date": "2024-01-01",
"approved_by": "jdoe",
"conditions_description": "Pago a 30 días",
"costs_center_description": "Mantenimiento",
"created_by": "admin",
"currency_description": "USD",
"date_create": "2024-01-01T10:00:00Z",
"discount": 5,
"exchange_value": 1,
"final_date": "2024-01-31",
"folio": "BUDG-001",
"id": 1001,
"id_company": 200
}
Notes:
This model represents the response to the budget query with work orders, 100% aligned to the output schema.