GET api/MedewerkerRapportenFACTURATIE/Vullen_Medewerker?medewerkerid={medewerkerid}&toegang={toegang}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
medewerkerid | integer |
Required |
|
toegang | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of Medewerker_Rapport_FACTURATIEName | Description | Type | Additional information |
---|---|---|---|
Rapport_FACTURATIE | Rapport_FACTURATIE_ReadOnly |
None. |
|
ID | integer |
None. |
|
Medewerker_ID | integer |
None. |
|
Rapport_FACTURATIE_ID | integer |
None. |
|
Toegang | boolean |
None. |
|
Alleen_Gegevens_Eigen_Klanten | boolean |
None. |
|
Date_Modified | string |
None. |
|
Method | string |
None. |
|
Raadplegen | boolean |
None. |
|
Error_Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[ null, { "Rapport_FACTURATIE": { "ID": 1, "Rapport_Naam": "sample string 2", "Rapport_Lijst": true, "Rapport_Grafiek": true, "Rapport_Datum_Van": true, "Rapport_Datum_Tot": true, "Rapport_Selectie_Op_Relaties": true, "Rapport_Selectie_Op_Projecten": true, "Rapport_Selectie_Op_Deel_Projecten": true, "Rapport_Selectie_Op_Afdelingen": true, "Rapport_Selectie_Op_Medewerkers": true, "Rapport_Selectie_Op_Hoofd_Activiteiten": true, "Rapport_Selectie_Op_Activiteiten": true, "Rapport_Selectie_Op_Declaranten": true, "Rapport_Selectie_Op_Bedrijven": true, "Rapport_Standaard": true, "Rapport_Project_Budgetten": true, "Rapport_WTA": true, "RADAR_Lite": true }, "ID": 1, "Medewerker_ID": 2, "Rapport_FACTURATIE_ID": 3, "Toegang": true, "Alleen_Gegevens_Eigen_Klanten": true, "Date_Modified": "sample string 6", "Method": "sample string 7", "Raadplegen": true, "Error_Description": "sample string 9" } ]