Xero · Example Payload

Xero Updatesuperfund Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Updatesuperfund 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": "updateSuperfund",
  "method": "POST",
  "path": "/Superfunds/{SuperFundID}",
  "summary": "Updates a superfund",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": " [ { \"Type\":\"REGULATED\", \"Name\":\"Nice23534\" } ]"
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "00000000-0000-0000-0000-000000000000",
        "Status": "OK",
        "ProviderName": "provider-name",
        "DateTimeUTC": "/Date(1573570941547)/",
        "SuperFunds": [
          {
            "SuperFundID": "fde8e070-bf59-4e56-b1d7-c75a09474b8d",
            "Name": "Accumulate Plus (Commonwealth Bank Group Super)",
            "Type": "REGULATED",
            "ABN": "24248426878",
            "USI": "OSF0001AU",
            "UpdatedDateUTC": "/Date(1573510468000+0000)/"
          }
        ]
      }
    }
  ]
}