Xero · Example Payload

Xero Getsuperfund Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Getsuperfund 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": "getSuperfund",
  "method": "GET",
  "path": "/Superfunds/{SuperFundID}",
  "summary": "Retrieves a superfund by using a unique superfund ID",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "00000000-0000-0000-0000-000000000000",
        "Status": "OK",
        "ProviderName": "provider-name",
        "DateTimeUTC": "/Date(1573571518603)/",
        "SuperFunds": [
          {
            "SuperFundID": "540f4327-dda2-4b36-9c2f-2fe1c93a72b5",
            "Name": "My Self Managed one",
            "Type": "SMSF",
            "ABN": "53004085616",
            "EmployerNumber": "9876543",
            "BSB": "324324",
            "AccountNumber": "234234234",
            "AccountName": "My Checking",
            "UpdatedDateUTC": "/Date(1573571429000+0000)/",
            "ElectronicServiceAddress": "FG48739"
          }
        ]
      }
    }
  ]
}