Xero · Example Payload

Xero Updatetrackingcategory Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Updatetrackingcategory 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": "updateTrackingCategory",
  "method": "POST",
  "path": "/TrackingCategories/{TrackingCategoryID}",
  "summary": "Xero Updates a specific tracking category",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "Name": "Avengers"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "55438774-f87d-4731-b586-799cf0f914ed",
        "Status": "OK",
        "ProviderName": "Provider Name Example",
        "DateTimeUTC": "/Date(1555085856275)/",
        "TrackingCategories": [
          {
            "Name": "BarFoo",
            "Status": "ACTIVE",
            "TrackingCategoryID": "b1df776b-b093-4730-b6ea-590cca40e723",
            "Options": []
          }
        ]
      }
    }
  ]
}