Xero · Example Payload

Xero Deletetrackingoptions Example

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Xero Deletetrackingoptions 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": "deleteTrackingOptions",
  "method": "DELETE",
  "path": "/TrackingCategories/{TrackingCategoryID}/Options/{TrackingOptionID}",
  "summary": "Xero Deletes a specific option for a specific tracking category",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": "d985866e-0831-418f-a07c-4d843ff66d25",
        "Status": "OK",
        "ProviderName": "Provider Name Example",
        "DateTimeUTC": "/Date(1555085857338)/",
        "Options": [
          {
            "TrackingOptionID": "34669548-b989-487a-979f-0787d04568a2",
            "Name": "Bar40423",
            "Status": "DELETED",
            "HasValidationErrors": false,
            "IsDeleted": true,
            "IsArchived": false,
            "IsActive": false
          }
        ]
      }
    }
  ]
}