# PartnerKeys: Exact Online Partner Keys
- Catalog: `ExactOnlineREST`
- Schema: `Licence`
- Primary Keys: `ID`
- Label: Partner Keys
Can retrieve data and change data using insert, update and delete.
## Table Columns
The columns of the table `PartnerKeys` 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 | ☐ | |
| `Division` | `int32` | Division | ☑ | Division code. |
| `EndDate` | `datetime` | End Date | ☐ | |
| `ForAccount` | `guid` | For Account | ☐ | |
| `ForAccountName` | `varchar2` | For Account Name | ☐ | |
| `ID` | `guid` | ID | ☑ | Primary key. |
| `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. |
| `PublishDate` | `datetime` | Publish Date | ☐ | |
| `RegisterDate` | `datetime` | Register Date | ☐ | |
| `StartDate` | `datetime` | Start Date | ☐ | |
| `Status` | `int32` | Status | ☐ | |