Xero · Example Payload
Xero Updatelinkedtransaction Example
AccountingBank FeedsFinanceFinancial-ServicesInvoicingPayrollSmall Business
Xero Updatelinkedtransaction 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": "updateLinkedTransaction",
"method": "POST",
"path": "/LinkedTransactions/{LinkedTransactionID}",
"summary": "Xero Updates a specific linked transactions (billable expenses)",
"requestExamples": [
{
"contentType": "application/json",
"example": {
"LinkedTransactions": [
{
"SourceTransactionID": "00000000-0000-0000-0000-000000000000",
"SourceLineItemID": "00000000-0000-0000-0000-000000000000"
}
]
}
}
],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"Id": "bd364af7-08f0-432b-81db-c1e5ba05f3dd",
"Status": "OK",
"ProviderName": "Provider Name Example",
"DateTimeUTC": "/Date(1552351488159)/",
"LinkedTransactions": [
{
"LinkedTransactionID": "e9684b6c-4df9-45a0-917b-85cc29857008",
"SourceTransactionID": "a848644a-f20f-4630-98c3-386bd7505631",
"SourceLineItemID": "b0df260d-3cc8-4ced-9bd6-41924f624ed3",
"ContactID": "4e1753b9-018a-4775-b6aa-1bc7871cfee3",
"Status": "DRAFT",
"Type": "BILLABLEEXPENSE",
"UpdatedDateUTC": "/Date(1552351055000+0000)/",
"SourceTransactionTypeCode": "ACCPAY"
}
]
}
},
{
"status": "400",
"contentType": "application/json",
"example": {
"ErrorNumber": 10,
"Type": "ValidationException",
"Message": "A validation exception occurred",
"Elements": [
{
"LinkedTransactionID": "5a68b5b4-8cf0-4af5-8c3c-513cc19e1c73",
"SourceTransactionID": "aec416dd-38ea-40dc-9f0b-813c8c71f87f",
"SourceLineItemID": "77e0b23b-5b79-4f4b-ae20-c9031d41442f",
"ContactID": "4e1753b9-018a-4775-b6aa-1bc7871cfee3",
"TargetTransactionID": "83693fc1-5b05-4807-b190-109d4a85dd5f",
"TargetLineItemID": "d5128ff1-0f39-4d2a-a6d5-46dfaf5f075c",
"Status": "ONDRAFT",
"Type": "BILLABLEEXPENSE",
"UpdatedDateUTC": "/Date(1552349706000+0000)/",
"SourceTransactionTypeCode": "ACCPAY",
"ValidationErrors": [
{
"Message": "The ContactID and the TargetTransaction ContactID do not match"
}
]
}
]
}
}
]
}
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-updatelinkedtransaction-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.