Xero · Example Payload

Xero Deletebatchpayment Example

AccountingBank FeedsFinanceFinancial-ServicesInvoicingPayrollSmall Business

Xero Deletebatchpayment 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": "deleteBatchPayment",
  "method": "POST",
  "path": "/BatchPayments",
  "summary": "Xero Updates a specific batch payment for invoices and credit notes",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "BatchPaymentID": "9bf296e9-0748-4d29-a3dc-24dde1098030",
        "Status": "DELETED"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "ee23328c-4a8b-4ee7-8fb6-9796ffab9cb0",
        "Status": "OK",
        "ProviderName": "provider-name",
        "DateTimeUTC": "/Date(1583945852489)/",
        "BatchPayments": [
          {
            "Account": {
              "AccountID": "efb6e3a4-3156-4cee-bfe1-a282a3cc1d8f",
              "CurrencyCode": "NZD"
            },
            "BatchPaymentID": "b649632e-2782-4c74-95a5-d994d7140ed9",
            "DateString": "2022-08-01 00:00:00",
            "Date": "/Date(1659312000000+0000)/",
            "Payments": [],
            "Type": "PAYBATCH",
            "Status": "DELETED",
            "TotalAmount": 18.0,
            "UpdatedDateUTC": "/Date(1659377631813+0000)/",
            "IsReconciled": false
          }
        ]
      }
    }
  ]
}

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.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/xero-deletebatchpayment-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.