Skip to content

List Work Orders With Budgets By Document

Model aligned to the Fracttal ETL output schema for work orders with budgets (per document).


General information:

Module Category
Budget query

ListWorkOrdersWithBudgetsByDocument

Parameters:

No parameters.

Input parameters:

Field Type Required Description Default Value Examples

Usage example:

{
  "budget_info": {
    "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-003",
    "id": 1003,
    "id_company": 202
  }
}

Notes:

This model represents the response to the work order query with budgets, 100% aligned to the output schema.