GET api/Vestigingen/Vullen?aantal={aantal}&codenaam={codenaam}&gearchiveerd={gearchiveerd}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
aantal | integer |
Required |
|
codenaam | string |
Required |
|
gearchiveerd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VestigingName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Code | string |
None. |
|
Naam | string |
None. |
|
Bezoek_Straat | string |
None. |
|
Bezoek_Huisnummer | string |
None. |
|
Bezoek_Postcode | string |
None. |
|
Bezoek_Plaats | string |
None. |
|
Bezoek_land_Code | string |
None. |
|
Post_Straat | string |
None. |
|
Post_Huisnummer | string |
None. |
|
Post_Postcode | string |
None. |
|
Post_Plaats | string |
None. |
|
Post_Land_Code | string |
None. |
|
Telefoon | string |
None. |
|
Fax | string |
None. |
|
Emailadres | string |
None. |
|
Gearchiveerd | boolean |
None. |
|
Date_Modified | string |
None. |
|
Method | string |
None. |
|
Raadplegen | boolean |
None. |
|
Error_Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[ null, { "ID": 1, "Code": "sample string 2", "Naam": "sample string 3", "Bezoek_Straat": "sample string 4", "Bezoek_Huisnummer": "sample string 5", "Bezoek_Postcode": "sample string 6", "Bezoek_Plaats": "sample string 7", "Bezoek_land_Code": "sample string 8", "Post_Straat": "sample string 9", "Post_Huisnummer": "sample string 10", "Post_Postcode": "sample string 11", "Post_Plaats": "sample string 12", "Post_Land_Code": "sample string 13", "Telefoon": "sample string 14", "Fax": "sample string 15", "Emailadres": "sample string 16", "Gearchiveerd": true, "Date_Modified": "sample string 18", "Method": "sample string 19", "Raadplegen": true, "Error_Description": "sample string 21" } ]