# Employees: Exact Online Employees
- Catalog: `ExactOnlineREST`
- Schema: `Payroll`
- Primary Keys: `ID`
- Label: Employees
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 `Employees` 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 |
|---|:---:|---|:---:|---|
| `ActiveEmployment` | `int16` | Active Employment | ☐ | Obsolete. |
| `AddressLine2` | `varchar2`(60) | Address Line 2 | ☐ | Second address line. |
| `AddressLine3` | `varchar2`(60) | Address Line 3 | ☐ | Third address line. |
| `AddressStreet` | `varchar2` | Address Street | ☐ | Street of address. |
| `AddressStreetNumber` | `varchar2` | Address Street Number | ☐ | Street number of address. |
| `AddressStreetNumberSuffix` | `varchar2` | Address Street Number Suffix | ☐ | Street number suffix of address. |
| `BirthDate` | `datetime` | Birth Date | ☐ | Birth date. |
| `BirthName` | `varchar2` | Birth Name | ☐ | Birth name. |
| `BirthNamePrefix` | `varchar2` | Birth Name Prefix | ☐ | Birth middle name. |
| `BirthPlace` | `varchar2` | Birth Place | ☐ | Birth place. |
| `BusinessEmail` | `varchar2`(128) | Business Email Address | ☐ | Email of the employee at the office. |
| `BusinessFax` | `varchar2`(25) | Business Fax | ☐ | Fax number of the employee at the office. |
| `BusinessMobile` | `varchar2`(25) | Business Mobile | ☐ | Office mobile number of the employee. |
| `BusinessPhone` | `varchar2`(25) | Business Phone | ☐ | Phone number of the employee at the office. |
| `BusinessPhoneExtension` | `varchar2`(15) | Business Phone Extension | ☐ | Phone extension of the employee at the office. |
| `CASONumber` | `varchar2` | | ☐ | Obsolete. |
| `City` | `varchar2`(30) | City | ☐ | City. |
| `Code` | `varchar2` | Code | ☐ | Code of the employee. |
| `Country` | `varchar2`(30) | Country | ☐ | Country code. |
| `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. |
| `Customer` | `guid` | Customer | ☐ | Customer ID. |
| `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. |
| `Email` | `varchar2`(128) | Email | ☐ | Email address. |
| `EmployeeHID` | `int32` | Employee HID | ☐ | Employee number. |
| `EndDate` | `datetime` | End Date | ☐ | End date of the employee. |
| `FirstName` | `varchar2`(64) | First Name | ☐ | First name of the employee. |
| `FullName` | `varchar2`(240) | Full Name | ☐ | Full name of the employee. |
| `Gender` | `varchar2` | Gender | ☐ | Gender. |
| `HID` | `int32` | HID | ☐ | Numeric ID of the employee. |
| `ID` | `guid` | ID | ☑ | Primary key. |
| `Initials` | `varchar2`(10) | Initials | ☐ | Initials. |
| `IsActive` | `char` | Is Active | ☑ | IsActive. |
| `IsAnonymised` | `int16` | Is Anonymised | ☑ | Indicates whether the employee is anonymised. |
| `Language` | `varchar2`(30) | Language | ☐ | Language code. |
| `LastName` | `varchar2`(60) | Last Name | ☐ | Last name. |
| `LocationDescription` | `varchar2` | Location Description | ☐ | Description of the location of the employee (where am I?). |
| `Manager` | `guid` | Manager | ☐ | Direct manager of the employee. |
| `MaritalDate` | `datetime` | Marital Date | ☐ | Date of marriage. |
| `MaritalStatus` | `int16` | Marital Status | ☐ | Marital status. |
| `MiddleName` | `varchar2` | Middle Name | ☐ | Middle name. |
| `Mobile` | `varchar2`(25) | Mobile | ☐ | Mobile phone. |
| `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. |
| `Municipality` | `varchar2` | Municipality | ☐ | Municipality. |
| `NameComposition` | `int16` | Name Composition | ☐ | |
| `Nationality` | `varchar2` | Nationality | ☐ | Nationality. |
| `NickName` | `varchar2` | Nickname | ☐ | Nick name. |
| `Notes` | `varchar2` | Notes | ☐ | Additional notes. |
| `PartnerName` | `varchar2` | Partner Name | ☐ | Name of partner. |
| `PartnerNamePrefix` | `varchar2` | Partner Name Prefix | ☐ | Middle name of partner. |
| `Person` | `guid` | Person | ☐ | Reference to the persons table in which the personal data of the employee is stored. |
| `Phone` | `varchar2`(25) | Phone | ☐ | Phone number. |
| `PhoneExtension` | `varchar2`(15) | Phone Extension | ☐ | Phone number extension. |
| `Picture` | `blob` | Picture | ☐ | |
| `PictureFileName` | `varchar2` | Picture File Name | ☐ | Filename of picture. |
| `PictureThumbnailUrl` | `varchar2` | Picture Thumbnail (URL) | ☐ | |
| `PictureUrl` | `varchar2` | Picture (URL) | ☐ | Url of picture. |
| `Postcode` | `varchar2`(20) | Postal Code | ☐ | Postcode. |
| `PrivateEmail` | `varchar2`(128) | Private Email | ☐ | Private email address. |
| `SocialSecurityNumber` | `varchar2` | Social Security Number | ☐ | Social security number. |
| `StartDate` | `datetime` | Start Date | ☐ | Start date of the employee. |
| `State` | `varchar2`(30) | State | ☐ | State/Province code. |
| `Title` | `varchar2` | Title | ☐ | Title. |
| `User` | `guid` | User | ☐ | User ID of employee. |
| `UserFullName` | `varchar2`(240) | User Full Name | ☐ | Name of user. |