get
GET /openwowi/v1.2/BudgetingRead/Budget HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "Code": "text",
    "Note": "text",
    "OrderLock": true,
    "ReleaseLock": true,
    "VoucherProcessReleaseLock": true,
    "EfficiencyValidationLock": true,
    "InvoiceEnterLock": true,
    "CompanyCode": {
      "Id": 1,
      "Name": "text",
      "Code": "text"
    },
    "BudgetDefinition": {
      "Id": 1,
      "Code": "text"
    },
    "FiscalYear": {
      "Id": 1,
      "Number": 1
    },
    "BudgetUsageType": {
      "Id": 1,
      "Code": "text"
    },
    "ShowAsNetAmount": true,
    "ClosedBudget": true,
    "ResponsibleOfficial": {
      "Id": 1,
      "CodeShort": "text",
      "PersonId": 1
    },
    "Projects": [
      {
        "Id": 1,
        "Code": "text",
        "Name": "text"
      }
    ]
  }
]
get
GET /openwowi/v1.2/BudgetingRead/{budgetId}/BudgetDetail HTTP/1.1
Host: 
Accept: */*
[
  {
    "Id": 1,
    "ParentId": 1,
    "BookingPeriodNumber": 1,
    "PlannedValue": 1,
    "PlannedOrder": 1,
    "AwardValue": 1,
    "IsGroup": true,
    "Note": "text",
    "Budget": {
      "Id": 1,
      "Code": "text"
    },
    "Hierarchy1": {
      "Type": {
        "Id": 1,
        "Code": "text"
      },
      "Id": 1,
      "Value": "text"
    },
    "Hierarchy2": {
      "Type": {
        "Id": 1,
        "Code": "text"
      },
      "Id": 1,
      "Value": "text"
    },
    "Hierarchy3": {
      "Type": {
        "Id": 1,
        "Code": "text"
      },
      "Id": 1,
      "Value": "text"
    }
  }
]