GET api/BestellingPrijsPeriodeModules/Vullen_BestellingPrijsPeriode?bestellingprijsperiodeid={bestellingprijsperiodeid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bestellingprijsperiodeid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Bestelling_Prijs_Periode_ModuleName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Prijs_Periode_ID | integer |
None. |
|
Module_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, { "ID": 1, "Prijs_Periode_ID": 2, "Module_ID": 3, "Date_Modified": "sample string 4", "Method": "sample string 5", "Raadplegen": true, "Error_Description": "sample string 7" } ]