Xero · Example Payload

Xero Getreportbudgetsummary Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Getreportbudgetsummary Example is an example object payload from Xero, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getReportBudgetSummary",
  "method": "GET",
  "path": "/Reports/BudgetSummary",
  "summary": "Xero Retrieves report for budget summary",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "9f1e2722-0d98-4669-890f-f8f4217c968b",
        "Status": "OK",
        "ProviderName": "provider-name",
        "DateTimeUTC": "/Date(1573755037865)/",
        "Reports": [
          {
            "ReportName": "Budget Summary",
            "ReportType": "BudgetSummary",
            "ReportTitles": [
              "Overall Budget",
              "Budget Summary",
              "Online Test 11",
              "November 2019 to October 2022"
            ],
            "ReportDate": "14 November 2019",
            "UpdatedDateUTC": "/Date(1573755037865)/",
            "Fields": [],
            "Rows": [
              {
                "RowType": "Header",
                "Cells": [
                  {
                    "Value": "Account"
                  },
                  {
                    "Value": "Jan-20"
                  },
                  {
                    "Value": "Apr-20"
                  },
                  {
                    "Value": "Jul-20"
                  },
                  {
                    "Value": "Oct-20"
                  },
                  {
                    "Value": "Jan-21"
                  },
                  {
                    "Value": "Apr-21"
                  },
                  {
                    "Value": "Jul-21"
                  },
                  {
                    "Value": "Oct-21"
                  },
                  {
                    "Value": "Jan-22"
                  },
                  {
                    "Value": "Apr-22"
                  },
                  {
                    "Value": "Jul-22"
                  },
                  {
                    "Value": "Oct-22"
                  }
                ]
              },
              {
                "RowType": "Section",
                "Title": "",
                "Rows": [
                  {
                    "RowType": "SummaryRow",
                    "Cells": [
                      {
                        "Value": "Gross Profit"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      }
                    ]
                  }
                ]
              },
              {
                "RowType": "Section",
                "Title": "",
                "Rows": [
                  {
                    "RowType": "SummaryRow",
                    "Cells": [
                      {
                        "Value": "Total Expenses"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      }
                    ]
                  }
                ]
              },
              {
                "RowType": "Section",
                "Title": "",
                "Rows": [
                  {
                    "RowType": "SummaryRow",
                    "Cells": [
                      {
                        "Value": "Net Profit"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      },
                      {
                        "Value": "0.00"
                      }
                    ]
                  }
                ]
              }
            ]
          }
        ]
      }
    }
  ]
}