GET api/SBIIndelingen/Vullen?aantal={aantal}&code={code}&naam={naam}&gearchiveerd={gearchiveerd}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
aantal | integer |
Required |
|
code | string |
Required |
|
naam | string |
Required |
|
gearchiveerd | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SBI_IndelingName | Description | Type | Additional information |
---|---|---|---|
SBI_HoofdIndeling | SBI_HoofdIndeling_ReadOnly |
None. |
|
ID | integer |
None. |
|
Code | string |
None. |
|
Omschrijving | string |
None. |
|
Gearchiveerd | boolean |
None. |
|
SBI_HoofdIndeling_ID | integer |
None. |
|
Date_Modified | string |
None. |
|
Method | string |
None. |
|
Raadplegen | boolean |
None. |
|
Error_Handler | boolean |
None. |
|
Error_Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[ null, { "SBI_HoofdIndeling": { "ID": 1, "Code": "sample string 2", "Omschrijving": "sample string 3", "Gearchiveerd": true }, "ID": 1, "Code": "sample string 2", "Omschrijving": "sample string 3", "Gearchiveerd": true, "SBI_HoofdIndeling_ID": 5, "Date_Modified": "sample string 6", "Method": "sample string 7", "Raadplegen": true, "Error_Handler": false, "Error_Description": "sample string 9" } ]