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
{
"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"
}
]
}
]
}
]
}
]
}
}
]
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/xero-getreportbudgetsummary-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.