Xero · Example Payload

Xero Getbrandingtheme Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Getbrandingtheme 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": "getBrandingTheme",
  "method": "GET",
  "path": "/BrandingThemes/{BrandingThemeID}",
  "summary": "Xero Retrieves a specific branding theme using a unique branding theme Id",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "df671650-cf14-4a7f-b609-4166933719bc",
        "Status": "OK",
        "ProviderName": "Xero API Partner",
        "DateTimeUTC": "/Date(1550881713071)/",
        "BrandingThemes": [
          {
            "BrandingThemeID": "dabc7637-62c1-4941-8a6e-ee44fa5090e7",
            "Name": "Standard",
            "SortOrder": 0,
            "CreatedDateUTC": "/Date(1464967643813+0000)/"
          }
        ]
      }
    }
  ]
}