GET api/ProjectBetrokkenMedewerkers/Vullen_Project?projectid={projectid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
projectid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Project_Betrokken_MedewerkerName | Description | Type | Additional information |
---|---|---|---|
Medewerker | Medewerker_ReadOnly |
None. |
|
ID | integer |
None. |
|
Project_ID | integer |
None. |
|
Medewerker_ID | integer |
None. |
|
Date_Modified | string |
None. |
|
Method | string |
None. |
|
Raadplegen | boolean |
None. |
|
Error_Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[ null, { "Medewerker": { "ID": 1, "Code": "sample string 2", "Voorletters": "sample string 3", "Voornaam": "sample string 4", "Tussenvoegsel": "sample string 5", "Achternaam": "sample string 6", "Titel": "sample string 7", "Achtervoegsels": "sample string 8", "Geslacht": "sample string 9", "Ondertekening_Brief": "sample string 10", "Standaard_Activiteit_ID": 11, "Bedrijf_ID": 12, "Vestiging_ID": 13 }, "ID": 1, "Project_ID": 2, "Medewerker_ID": 3, "Date_Modified": "sample string 4", "Method": "sample string 5", "Raadplegen": true, "Error_Description": "sample string 7" } ]