| Name | Type | ReadOnly | Filterable | Description |
|---|---|---|---|---|
| Id [KEY] | string | true | true | The Id of the department. |
| SyncToken | string | false | false | The sync token. This must be specified when executing an update or delete. |
| MetaData_CreateTime | datetime | true | true | The time the record was created. |
| MetaData_LastUpdatedTime | datetime | true | true | The time the record was last updated. |
| Name | string | false | true | The name of the department. |
| SubDepartment | boolean | false | false | This field specifies whether the department is a subdepartment. |
| ParentRef | string | false | false | The Id of the parent class entity. |
| ParentRef_Name | string | false | false | The name of the parent class entity. |
| FullyQualifiedName | string | true | false | The fully qualified name of the department. The fully qualified name consists the topmost parent element followed by each subelement and separated by colons. For example: Parent:Account1:SubAccount1:SubAccount2. |
| Active | boolean | false | false | This field indicates whether or not the department is active. Inactive records are hidden from most display purposes and financial transactions. |