# Controlelijst - Catalog: `DataService` - Schema: `Combinatie` This is a read-only table function. The Easyflex API may not support changing the data or the Invantive UniversalSQL driver for Easyflex does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Easyflex API. ## Parameters of Table Function The following parameters can be used to control the behaviour of the table function `Controlelijst`. 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 | |---|:---:|:---:|:---:|---| | `controledatum` | `` | ☐ | | Date on which the check is based. System date when not specified. | | `identificatienummer` | `` | ☑ | | Identification number. | | `soort` | `` | ☑ | | Type of check: 29720 (Kaartcontrole flexwerker algemeen), 29721 (Kaartcontrole flexwerker bij plaatsing), 29722 (Kaartcontrole flexwerker bij einde plaatsing), 29723 (Kaartcontrole flexwerker bij aanvang dienstverband), 29724 (Kaartcontrole flexwerker bij beëindigen dienstverband), 29725 (Kaartcontrole bij nieuwe loon- en tariefafspraak), 29730 (Kaartcontrole relatie algemeen), 29731 (Kaartcontrole relatie bij aanvang plaatsing), 29732 (Kaartcontrole relatie bij einde plaatsing), 29736 (Controle bij accorderen loon en tarief afspraak), 29737 (Controle bij openen urendeclaratie), 29738 (Controle bij accorderen urendeclaratie). | | `soortwerk` | `` | ☐ | | Specify value when control type is 2971. Possible values: 23320 Uitzendwerk, 23321 Vakantiewerk, 23322 Detacheren, 23323 Payroll, 23324 Werving & selectie, 23325 Doorlenen, 23326 ZZP'er, 23328 Onbekend, 23329 Vaste medewerker | ## Columns of Table Function The columns of the table function `Controlelijst` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `DETAILINFORMATIE` | `varchar2` | | | | | `ERNST` | `number` | | | | | `ID` | `number` | | | | | `MELDING` | `varchar2` | | | | | `NUMMER` | `number` | | | |