Field | Type | Required | Description | Example |
---|---|---|---|---|
ParentId |
string | ➖ | A unique identifier for an object. | 12345 |
Name |
string | ➖ | The name of the tracking category. | Department |
Code |
string | ➖ | The code of the tracking category. | 100 |
Status |
TrackingCategoryStatus | ➖ | Based on the status some functionality is enabled or disabled. | active |
RowVersion |
string | ➖ | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |
PassThrough |
List<PassThroughBody> | ➖ | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | |
Subsidiaries |
List<TrackingCategorySubsidiaries> | ➖ | The subsidiaries the account belongs to. |