# LeaveRegistrations: Exact Online Leave Registrations
- Catalog: `ExactOnlineREST`
- Schema: `HRM`
- Primary Keys: `ID`
- Label: Leave Registrations
The data in this table is partitioned per value of the `Division` column.
Can retrieve data and change data using insert, update and delete.
## Table Columns
The columns of the table `LeaveRegistrations` are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert and update.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `Created` | `datetime` | Created | ☑ | Creation date. |
| `CreatedUtc` | `datetime` | Created (UTC) | ☐ | Creation date in UTC. |
| `Creator` | `guid` | Creator | ☐ | User ID of creator. |
| `CreatorFullName` | `varchar2`(240) | Creator Full Name | ☐ | Name of creator. |
| `Description` | `varchar2` | Description | ☐ | Description of leave. |
| `Division` | `int32` | Division | ☐ | Division code. |
| `DivisionCompanyCoCNumber` | `varchar2`(60) | Division Chamber of Commerce Number | ☐ | Chamber of commerce number of the Exact Online division. |
| `DivisionCompanyIBANNumber` | `varchar2`(50) | Division IBAN Number | ☐ | IBAN number of the Exact Online division. |
| `DivisionCompanyName` | `varchar2`(50) | Division Company Name | ☑ | Company name of the Exact Online division. |
| `DivisionCompanyRSINNumber` | `varchar2`(9) | Division RSIN Number | ☐ | RSIN number of the Exact Online division. |
| `DivisionCompanyVATNumber` | `varchar2`(35) | Division VAT Number | ☐ | VAT number of the Exact Online division. |
| `DivisionCompanyWageTaxNumber` | `varchar2`(60) | Division Wage Tax Number | ☐ | Wage tax number of the Exact Online division. |
| `DivisionLabel` | `varchar2`(128) | Division Label | ☑ | Label of the Exact Online division. |
| `DivisionName` | `varchar2`(50) | Administration Name | ☑ | Name of the Exact Online division. |
| `DivisionOwnerCompanyName` | `varchar2`(50) | Subscription Holder Name | ☑ | Name of the customer account in division 1 owning the Exact Online subscription to which this division belongs. |
| `DivisionOwnerCompanyNumber` | `varchar2`(18) | Subscription Holder Number | ☑ | Number of the customer account in division 1 owning the Exact Online subscription to which this division belongs. |
| `DivisionShortName` | `int64` | Division Short Name | ☑ | Short name of the Exact Online division. |
| `Employee` | `guid` | Employee | ☑ | Employee linked to the leave. |
| `EmployeeFullName` | `varchar2`(240) | Employee Full Name | ☐ | Name of employee. |
| `EmployeeHID` | `int32` | Employee HID | ☑ | Numeric ID of the employee. |
| `EndDate` | `datetime` | End Date | ☑ | End date of leave. |
| `EndTime` | `datetime` | End Time | ☐ | End time on the last day of leave stored as DateTime, and the date should be ignored. |
| `Hours` | `double` | Hours | ☑ | Total number of leave hours. |
| `HoursFirstDay` | `double` | Hours First Day | ☐ | Hours of leave on the first day. |
| `HoursLastDay` | `double` | Hourst Last Day | ☐ | Hours of leave on the last day. |
| `ID` | `guid` | ID | ☑ | Primary key. |
| `LeaveType` | `guid` | Leave Type | ☑ | Type of leave. |
| `LeaveTypeCode` | `varchar2`(30) | Leave Type Code | ☐ | Code for type of leave. |
| `LeaveTypeDescription` | `varchar2`(240) | | ☐ | Description for type of leave. |
| `Modified` | `datetime` | Modified | ☑ | Last modified date. |
| `ModifiedUtc` | `datetime` | Modified (UTC) | ☐ | Last modified date in UTC. |
| `Modifier` | `guid` | Modifier | ☐ | User ID of modifier. |
| `ModifierFullName` | `varchar2`(240) | Modified Full Name | ☐ | Name of modifier. |
| `Notes` | `varchar2` | Notes | ☐ | Extra information for leave. |
| `StartDate` | `datetime` | Start Date | ☑ | Start date of leave. |
| `StartTime` | `datetime` | Start Time | ☐ | Start time on the first day of leave stored as DateTime, and the date should be ignored. |
| `Status` | `int16` | Status | ☑ | Status of leave, 1 = Submitted, 2 = Approved, 3 = Rejected. |