Xero · Example Payload

Xero Deletetrackingcategory Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Deletetrackingcategory 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": "deleteTrackingCategory",
  "method": "DELETE",
  "path": "/TrackingCategories/{TrackingCategoryID}",
  "summary": "Xero Deletes a specific tracking category",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "ca7f8145-c8a5-4366-a2fb-784edc0cfbb7",
        "Status": "OK",
        "ProviderName": "Provider Name Example",
        "DateTimeUTC": "/Date(1555086457922)/",
        "TrackingCategories": [
          {
            "Name": "Foo46189",
            "Status": "DELETED",
            "TrackingCategoryID": "0390bdfd-94f2-49d6-b7a0-4a38c46ebf03",
            "Options": []
          }
        ]
      }
    }
  ]
}