Xero · Example Payload

Xero Getsuperfundproducts Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Getsuperfundproducts 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": "getSuperfundProducts",
  "method": "GET",
  "path": "/SuperfundProducts",
  "summary": "Retrieves superfund products",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "00000000-0000-0000-0000-000000000000",
        "Status": "OK",
        "ProviderName": "provider-name",
        "DateTimeUTC": "/Date(1573570720295)/",
        "SuperFundProducts": [
          {
            "USI": "OSF0001AU",
            "ABN": "24248426878",
            "ProductName": "Accumulate Plus (Commonwealth Bank Group Super)"
          }
        ]
      }
    }
  ]
}