# Subscriptions: Exact Online Subscriptions
- Catalog: `ExactOnlineREST`
- Schema: `Subscription`
- Primary Keys: `EntryID`
- Label: Subscriptions
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 `Subscriptions` 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 |
|---|:---:|---|:---:|---|
| `BlockEntry` | `char` | Block Entry of Time and Cost | ☐ | Indicates if subscription is blocked for time cost entry. |
| `CancellationDate` | `datetime` | Cancellation Date | ☐ | Date of cancellation. |
| `Classification` | `guid` | Classification | ☐ | Reference to Classification. |
| `ClassificationCode` | `varchar2`(30) | Classification Code | ☐ | Code of Classification. |
| `ClassificationDescription` | `varchar2`(60) | Classification Description | ☐ | Description of Classification. |
| `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. |
| `Currency` | `varchar2`(30) | Currency | ☐ | Currency code. |
| `CustomerPONumber` | `varchar2`(30) | Customer PO Number | ☐ | Purchase order number of customer. |
| `Description` | `varchar2`(60) | Description | ☐ | Description. |
| `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. |
| `EndDate` | `datetime` | End Date | ☐ | End date. |
| `EntryID` | `guid` | Entry ID | ☑ | Primary key. |
| `InvoiceDay` | `int16` | Invoice Day | ☐ | Invoice Day. |
| `InvoicedTo` | `datetime` | Invoiced to | ☐ | Invoice date. |
| `InvoiceTo` | `guid` | Invoice to | ☐ | Reference to invoice account. |
| `InvoiceToContactPerson` | `guid` | Invoice to Contact Person | ☐ | Reference to contact person of invoice account. |
| `InvoiceToContactPersonFullName` | `varchar2`(240) | Invoice To Contact Person Full Name | ☐ | Name of contact person of invoice account. |
| `InvoiceToName` | `varchar2`(50) | Invoice to Name | ☐ | Name of invoice account. |
| `InvoicingStartDate` | `datetime` | Invoicing Start Date | ☐ | Invoicing start date. |
| `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 | ☐ | Remarks. |
| `Number` | `int32` | Number | ☑ | Number. |
| `OrderedBy` | `guid` | Ordered by | ☐ | Reference to order account. |
| `OrderedByContactPerson` | `guid` | Ordered by Contact Person | ☐ | Reference of contact person of order account. |
| `OrderedByContactPersonFullName` | `varchar2`(240) | Ordered by Contact Person Full Name | ☐ | Name of contact person of order account. |
| `OrderedByName` | `varchar2`(50) | Ordered by Name | ☐ | Name of order account. |
| `PaymentCondition` | `varchar2`(2) | Payment Condition | ☐ | Payment condition. |
| `PaymentConditionDescription` | `varchar2`(60) | Payment Condition Description | ☐ | Description of PaymentCondition. |
| `Printed` | `char` | Printed | ☑ | Indicates if subscription is printed. |
| `Project` | `guid` | Project | ☐ | |
| `ReasonCancelled` | `guid` | Reason Cancelled | ☐ | Reference to reason cancelled. |
| `ReasonCancelledCode` | `varchar2` | Reason Cancelled Code | ☐ | Code of ReasonCancelled. |
| `ReasonCancelledDescription` | `varchar2` | Reason Cancelled Description | ☐ | Description of ReasonCancelled. |
| `StartDate` | `datetime` | Start Date | ☑ | Start date. |
| `SubscriptionType` | `guid` | Subscription Type | ☑ | Reference to subscription type. |
| `SubscriptionTypeCode` | `varchar2`(30) | Subscription Type Code | ☐ | Code of SubscriptionType. |
| `SubscriptionTypeDescription` | `varchar2`(240) | Subscription Type Description | ☐ | Description of SubscriptionType. |