GET api/ParametersDocumentenBestandStructuur/Vullen?aantal={aantal}&code={code}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
aantal | integer |
Required |
|
code | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Parameter_Documenten_Bestand_StructuurName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Indeling | string |
None. |
|
Indeling_Volgorde | integer |
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, "Indeling": "sample string 2", "Indeling_Volgorde": 3, "Date_Modified": "sample string 4", "Method": "sample string 5", "Raadplegen": true, "Error_Description": "sample string 7" } ]