Home
Xero
Xero Getreceipts Example
Xero Getreceipts Example
Accounting Bank Feeds Finance Financial-Services Invoicing Payroll Small Business
Xero Getreceipts 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
operationId method path summary requestExamples responseExamples
Example Payload
{
"operationId": "getReceipts",
"method": "GET",
"path": "/Receipts",
"summary": "Xero Retrieves draft expense claim receipts for any user",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"Id": "078b2a2c-902f-4154-8739-357ece5982e5",
"Status": "OK",
"ProviderName": "Provider Name Example",
"DateTimeUTC": "/Date(1552524584695)/",
"Receipts": [
{
"ReceiptID": "a44fd147-af4e-4fe8-a09a-55332df74162",
"ReceiptNumber": 1,
"Status": "DRAFT",
"User": {
"UserID": "d1164823-0ac1-41ad-987b-b4e30fe0b273",
"FirstName": "API ",
"LastName": "Team",
"ValidationErrors": [],
"Warnings": []
},
"Contact": {
"ContactID": "430fa14a-f945-44d3-9f97-5df5e28441b8",
"Name": "Liam Gallagher",
"Addresses": [],
"Phones": [],
"ContactGroups": [],
"SalesTrackingCategories": [],
"PurchasesTrackingCategories": [],
"ContactPersons": [],
"Attachments": [],
"HasValidationErrors": false,
"ValidationErrors": [],
"Warnings": []
},
"Date": "/Date(1552435200000+0000)/",
"UpdatedDateUTC": "/Date(1552524583983+0000)/",
"Reference": "",
"LineAmountTypes": "NoTax",
"LineItems": [],
"SubTotal": 40.0,
"TotalTax": 0.0,
"Total": 40.0,
"ID": "a44fd147-af4e-4fe8-a09a-55332df74162",
"HasAttachments": false,
"Attachments": [],
"ValidationErrors": [],
"Warnings": []
}
]
}
}
]
}
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.
All 92 tools →
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/xero-getreceipts-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.