ReportingPeriod
Represents reporting periods used to define fiscal date ranges for financial reporting, including period type, budget eligibility, and column header labels.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the reporting period. |
| auditCreatedDateTime | Datetime | True |
The date and time when the reporting period was created. |
| auditModifiedBy | String | True |
The user who last modified the reporting period. |
| auditModifiedDateTime | Datetime | True |
The date and time when the reporting period was last modified. |
| columnHeader1 | String | False |
The first column header label used for this reporting period in reports. |
| columnHeader2 | String | False |
The second column header label used for this reporting period in reports. |
| dateType | Int | True |
The numeric code representing the date type classification of this reporting period. |
| endDate | Date | False |
The end date of this reporting period. |
| href | String | True |
The URL of the reporting period resource. |
| id | String | False |
The unique identifier of the reporting period record. |
| isBudgetable | Bool | False |
Indicates whether this reporting period can be used for budget planning. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the reporting period record. |
| reportingPeriodType | String | True |
The type of this reporting period, such as monthly, quarterly, or annual. |
| startDate | Date | False |
The start date of this reporting period. |
| status | String | False |
The current status of the reporting period, such as active or inactive. |