# Contacts: Bouw7 Contacts Returns a list of contacts associated with the organization. Returns a list of contacts associated with the organization. - Catalog: `Bouw7` - Schema: `Contact` - Label: Contacts This is a read-only table function. 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. ## Parameters of Table Function The following parameters can be used to control the behaviour of the table function `Contacts`. A value must be provided at all times for required parameters, but optional parameters in general do not need to have a value and the execution will default to a pre-defined behaviour. Values can be specified by position and by name. In both cases, all parameters not specified will be evaluated using their default values. Value specification by position is done by listing all values from the first to the last needed value. For example: a `select * from table(value1, value2, value3)` on a table with four parameters will use the default value for the fourth parameter and the specified values for the first three. Value specification by name is done by listing all values that require a value. For example with `select * from table(name1 => value1, name3 => value3)` on the same table will use the default values for the second and fourth parameters and the specified values for the first and third. | Name | Data Type | Required | Default Value | Documentation | |---|:---:|:---:|:---:|---| | `q` | `` | ☐ | | A [Heimdall Query Language](https://heimdall.bouw7.nl/docs/query-language) string. | ## Columns of Table Function The columns of the table function `Contacts` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `address` | `varchar2` | Address | ☐ | The address. | | `agreedHourlyRate` | `varchar2` | Agreed Hourly Rate | ☐ | The agreed hourly rate. | | `associatedPropertyAssetNames` | `varchar2` | Associated Property Asset Names | ☐ | All property asset names related to this contact. | | `caCaContactTekstgebied` | `varchar2` | CA Contact Tekstgebied | ☐ | | | `city` | `varchar2`(256) | City | ☐ | The city name. | | `cocNumber` | `varchar2`(256) | Chamber of Commerce Number | ☐ | The chamber of commerce number. | | `contactPersonName` | `varchar2` | Contact Person Name | ☐ | The name of the financial contact person, Primarily used for invoicing purposes. | | `countryCode` | `varchar2` | Country Code | ☐ | An ISO 3166-2 representation of the country. | | `createdAt` | `datetime` | Created at | ☐ | The creation date of the object in ATOM/ISO-8601 format | | `createdBy_id` | `int64` | Created by ID | ☐ | The ID of the user. | | `createdBy_username` | `varchar2` | Created by User Name | ☐ | The username of the user. | | `debtorNumber` | `varchar2`(256) | Debtor Number | ☐ | The debtor number. Only used if the organization has no divisions. | | `debtorNumbers` | `varchar2` | Debtor Numbers | ☐ | The deptor numbers for each contact division associated with the contact. Only available if the organization has divisions. | | `emailAddress` | `varchar2`(256) | Email Address | ☐ | The email address. | | `expirationReminder` | `int64` | Expiration Reminder | ☐ | The expiration reminder days. | | `gAccountPercentage` | `varchar2` | G-Account Percentage | ☐ | G-account percentage. | | `gAccountText` | `varchar2`(255) | G-Account Text | ☐ | G-account text. | | `glnNumber` | `varchar2`(13) | GLN Number | ☐ | The Global Location Number. | | `hasAccountingSoftware` | `char` | Has Accounting Software | ☐ | Whether the contact has either Exact or Twinfield accounting software. Not applicable if the organization has divisions. | | `hourlyRate` | `varchar2` | Hourly Rate | ☐ | The hourly rate. | | `houseNumber` | `varchar2` | House Number | ☐ | The house number (incl. additions). | | `iban` | `varchar2`(256) | IBAN | ☐ | The IBAN account number. | | `id` | `int64` | ID | ☐ | The ID of contact. | | `information` | `varchar2` | Information | ☐ | Additional information about the contact. | | `invoiceMail` | `varchar2` | Invoice Mail | ☐ | The invoice email address. | | `invoiceSubject` | `varchar2` | Invoice Subject | ☐ | The invoice subject. | | `invoiceUblVersion` | `varchar2` | Invoice UBL Version | ☐ | The invoice ubl version. | | `isVatShifted` | `char` | Is VAT Shifted | ☐ | True if VAT is shifted from the invoice. | | `mobilePhoneNumber` | `varchar2`(256) | Mobile Phone Number | ☐ | The mobile phone number. | | `nAccountText` | `varchar2`(255) | N-Account Text | ☐ | N-account text. | | `name` | `varchar2`(256) | Name | ☐ | The contact name. | | `phoneNumber` | `varchar2`(256) | Phone Number | ☐ | The phone number. | | `planningText` | `varchar2` | Planning Text | ☐ | The planning text. | | `reminderMail` | `varchar2` | Reminder Mail | ☐ | The reminder email address. | | `sellingHourlyRate` | `varchar2` | Selling Hourly Rate | ☐ | The selling hourly rate. | | `streetName` | `varchar2` | Street Name | ☐ | The street name of contact. | | `type_id` | `int64` | Type ID | ☐ | The ID of the contact type. | | `type_name` | `varchar2` | Type Name | ☐ | The internal name of contact type. | | `updatedAt` | `datetime` | Updated At | ☐ | The creation date of the object in ATOM/ISO-8601 format | | `updatedBy_id` | `int64` | Updated by ID | ☐ | The ID of the user. | | `updatedBy_username` | `varchar2` | Updated by User Name | ☐ | The username of the user. | | `vatNumber` | `varchar2`(256) | VAT Number | ☐ | The value added tax number. | | `wageComponentPercentage` | `varchar2` | Wage Component Percentage | ☐ | Wage component percentage. | | `zipCode` | `varchar2`(20) | ZIP Code | ☐ | The zip-code. |