AccountRange
Represents ranges of general ledger accounts assigned to account groups, defining the starting and ending account identifiers included in each range.
Columns
| Name | Type | Description |
| auditCreatedBy | String | The user who created the account range. |
| auditCreatedDateTime | Datetime | The date and time when the account range was created. |
| auditModifiedBy | String | The user who last modified the account range. |
| auditModifiedDateTime | Datetime | The date and time when the account range was last modified. |
| glAccountGroup_Href | String | The URL of the general ledger account group associated with this account range. |
| glAccountGroup_Id | String | The Id of the general ledger account group associated with this account range. |
| glAccountGroup_Key | String | The system-assigned key of the general ledger account group associated with this account range. |
| href | String | The URL of the account range resource. |
| id | String | The unique identifier of the account range. |
| key [KEY] | String | The system-assigned key that uniquely identifies the account range record. |
| rangeFrom | String | The starting account identifier for this range. |
| rangeTo | String | The ending account identifier for this range. |
| sortOrder | Int | The numeric position that determines the display order of this account range within the account group. |