# OrganizationHourTypePrices: Bouw7 Organisation Hour Type Prices
Returns all hour type prices associated with the organization.
Returns all hour type prices associated with the organization.
- Catalog: `Bouw7`
- Schema: `Organization`
- Label: Organisation Hour Type Prices
This is a read-only table. The Bouw7 API may not support changing the data or the Invantive UniversalSQL driver for Bouw7 does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Bouw7 API.
## Table Columns
The columns of the table `OrganizationHourTypePrices` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `costPrice` | `varchar2` | Costprice | ☐ | The cost price of the HourType. |
| `createdAt` | `datetime` | Created at | ☐ | The creation time of the entity. |
| `createdBy` | `varchar2` | Created by | ☐ | The user that created the entity. |
| `createOrUpdate` | `char` | Create or Update | ☐ | |
| `hourTypeId` | `int64` | Hour Type ID | ☐ | The ID of the HourType. |
| `hourTypeName` | `varchar2` | Hour Type Name | ☐ | The name of the HourType. |
| `sellingPrice` | `varchar2` | Selling Price | ☐ | The selling price of the HourType. |
| `updatedAt` | `datetime` | Updated At | ☐ | The last updated time of the entity. |
| `updatedBy` | `varchar2` | Updated by | ☐ | The user that last updated the entity. |