Xero · Example Payload

Xero Getbrandingthemes Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Getbrandingthemes 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": "getBrandingThemes",
  "method": "GET",
  "path": "/BrandingThemes",
  "summary": "Xero Retrieves all the branding themes",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "d1a1beea-bdfe-4ee4-9dbc-27226a26cd68",
        "Status": "OK",
        "ProviderName": "Xero API Partner",
        "DateTimeUTC": "/Date(1550881711906)/",
        "BrandingThemes": [
          {
            "BrandingThemeID": "dabc7637-62c1-4941-8a6e-ee44fa5090e7",
            "Name": "Standard",
            "SortOrder": 0,
            "CreatedDateUTC": "/Date(1464967643813+0000)/"
          }
        ]
      }
    }
  ]
}