# WBSDeliverables: Exact Online WBS Deliverables
- Catalog: `ExactOnlineREST`
- Schema: `Project`
- Primary Keys: `ID`
- Label: WBS Deliverables
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 `WBSDeliverables` 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 |
|---|:---:|---|:---:|---|
| `Completed` | `char` | Completed | ☐ | To indicated if the WBS deliverable is completed. WBS deliverable can only be set to completed when an invoice term is linked. |
| `Created` | `datetime` | Created | ☐ | The date and time when the WBS deliverable was created. |
| `CreatedUtc` | `datetime` | Created (UTC) | ☐ | Creation date in UTC. |
| `Creator` | `guid` | Creator | ☐ | The ID of the user that created the WBS deliverable. |
| `CreatorFullName` | `varchar2` | Creator Full Name | ☐ | The full name of the user that created the WBS deliverable. |
| `CustomField` | `varchar2` | Custom Field | ☐ | |
| `Description` | `varchar2` | Description | ☐ | Description of the WBS deliverable. |
| `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. |
| `ID` | `guid` | ID | ☑ | Primary key. |
| `Milestone` | `char` | Milestone | ☐ | To indicated if this is a milestone. |
| `Modified` | `datetime` | Modified | ☐ | The date when the WBS deliverable was modified. |
| `ModifiedUtc` | `datetime` | Modified (UTC) | ☐ | Last modified date in UTC. |
| `Modifier` | `guid` | Modifier | ☐ | The ID of the user that modified the WBS deliverable. |
| `ModifierFullName` | `varchar2` | Modified Full Name | ☐ | The full name of the user that modified the WBS deliverable. |
| `Notes` | `varchar2` | Notes | ☐ | For additional information. |
| `PartOf` | `guid` | Part of | ☐ | ID of the WBS deliverable part of. |
| `PartOfDescription` | `varchar2` | Part of Description | ☐ | Description of part of. |
| `Project` | `guid` | Project | ☑ | ID of the project that linked to WBS deliverable. |
| `ProjectDescription` | `varchar2` | Project Description | ☐ | Project description that is linked to WBS deliverable. |
| `ProjectTerm` | `guid` | Project Term ID | ☐ | ID of invoice term that linked to the WBS deliverable. Invoice term can only be linked when the project is using billing milestones and the deliverable is set as a milestone. |
| `ProjectTermDescription` | `varchar2` | | ☐ | Description of invoice term that linked to the WBS deliverable. |
| `ReleaseInvoiceTerm` | `char` | Release Invoice Term | ☐ | Action to release the invoice term. You can only release a WBS deliverable's invoice term once and it cannot be undo. |
| `ReleaseInvoiceTermDate` | `datetime` | | ☐ | Release invoice term date. The linked invoice term date can be updated by using this property. The update will only happen when releasing a WBS deliverable's invoice term. |
| `ReleaseInvoiceTermHasSpecifyDate` | `char` | | ☐ | Release invoice term has specify date. |
| `SequenceNumber` | `int32` | Sequence Number | ☐ | Sequence number of the WBS deliverable. Last sequence will be selected if not specified. |
| `Type` | `int16` | Type | ☐ | The type of project WBS. E.g: 1 = Deliverable, 2 = Activity, 3 = Expense. |
| `UpdateAction` | `int16` | Update Action | ☐ | Update action. |