v54

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01235140905.8 KB
Accounting

Creates options for a specific tracking category

put/TrackingCategories/{TrackingCategoryID}/Options

Path parameters

TrackingCategoryIDstring uuid required

Unique identifier for a TrackingCategory

Headers

Idempotency-Keystring

This allows you to safely retry requests without the risk of duplicate processing. 128 character max.

Request body

TrackingOptionIDstring uuid

The Xero identifier for a tracking option e.g. ae777a87-5ef3-4fa0-a4f0-d10e1f13073a

Namestring

The name of the tracking option e.g. Marketing, East (max length = 100)

Status'ACTIVE' | 'ARCHIVED' | 'DELETED'

The status of a tracking option

TrackingCategoryIDstring uuid

Filter by a tracking category e.g. 297c2dc5-cc47-4afd-8ec8-74990b8761e9

Response

Success - return response of type TrackingOptions array of options for a specified category